Interface IDataValidation
Represents an interface for the data validation
Namespace: Syncfusion.UI.Xaml.Controls.Data
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public interface IDataValidation
Properties
Error
Gets the Error data
Declaration
string Error { get; }
Property Value
Type |
---|
System.String |
Item[String]
Gets an instance of the control
Declaration
string this[string columnname] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | columnname | String type |
Property Value
Type | Description |
---|---|
System.String | Column name |