Contains additional information about a validation error of the RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormValidationError : BindableObject
Inheritance: objectDataFormValidationError
Derived Classes:
Constructors
C#
public DataFormValidationError()
Fields
ErrorMessageProperty
BindableProperty
Identifies the ErrorMessage property.
C#
public static readonly BindableProperty ErrorMessageProperty
Properties
Gets or sets an error message describing the validation error.
C#
public string ErrorMessage { get; set; }