Class DataFormValidationError
Contains additional information about a validation error of the RadDataForm.
Inheritance
System.Object
DataFormValidationError
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormValidationError : BindableObject
Constructors
DataFormValidationError()
Declaration
public DataFormValidationError()
Fields
ErrorMessageProperty
Identifies the ErrorMessage property.
Declaration
public static readonly BindableProperty ErrorMessageProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ErrorMessage
Gets or sets an error message describing the validation error.
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|