Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147222 | Sep 4,2019 09:57 AM UTC | Sep 5,2019 12:05 PM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfDataForm |
[C#]
[Required(AllowEmptyStrings = false, ErrorMessage = "Name should not be empty")]
public String Name { get; set; }
[StringLength(16,MinimumLength =8 , ErrorMessage = "Password should have 8-16 characters")]
public String Password { get; set; } |
[C#]
public ContactInfo()
{
contactDetails = new Contacts();
contactDetails.Name = "Jhon";
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.