Interface IDataValidator
Represents an interface for the data validator
Namespace: Syncfusion.UI.Xaml.Controls.Data
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public interface IDataValidator
Methods
Validate(ValidationEventArgs)
Validates the arguments
Declaration
void Validate(ValidationEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ValidationEventArgs | args | validation event args |