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