Class DataFormEditorValidationError
Contains additional information about a validation error of a Data
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 Display
Declaration
public static readonly BindableProperty DisplayNameProperty
Field Value
Microsoft.
|
PropertyNameProperty
Identifies the Property
Declaration
public static readonly BindableProperty PropertyNameProperty
Field Value
Microsoft.
|
Properties
DisplayName
Gets or sets the display name of the property being validated.
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
PropertyName
Gets or sets the name of the property being validated.
Declaration
public string PropertyName { get; set; }
Property Value
System.
|