Contains additional information about a validation error of a DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormEditorValidationError : DataFormValidationError
Inheritance: objectDataFormValidationErrorDataFormEditorValidationError
Inherited Members
Constructors
C#
public DataFormEditorValidationError()
Fields
DisplayNameProperty
BindableProperty
Identifies the DisplayName property.
C#
public static readonly BindableProperty DisplayNameProperty
PropertyNameProperty
BindableProperty
Identifies the PropertyName property.
C#
public static readonly BindableProperty PropertyNameProperty
Properties
Gets or sets the display name of the property being validated.
C#
public string DisplayName { get; set; }
Gets or sets the name of the property being validated.
C#
public string PropertyName { get; set; }