Class ValidationEventArgs
Represents a class for validation events
Inheritance
System.Object
ValidationEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Data
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class ValidationEventArgs : Object
Constructors
ValidationEventArgs()
Declaration
public ValidationEventArgs()
Properties
ErrorMessage
Gets or sets the error message
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
---|
System.String |
HasError
Gets or sets a value indicating whether true or false
Declaration
public bool HasError { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|