Class DataFormEditorValidationError
Contains additional information about a validation error of a DataFormEditor.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormEditorValidationError : DataFormValidationError
Constructors
DataFormEditorValidationError()
Declaration
public DataFormEditorValidationError()
Fields
DisplayNameProperty
Identifies the DisplayName property.
Declaration
public static readonly BindableProperty DisplayNameProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PropertyNameProperty
Identifies the PropertyName property.
Declaration
public static readonly BindableProperty PropertyNameProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DisplayName
Gets or sets the display name of the property being validated.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|
PropertyName
Gets or sets the name of the property being validated.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|