Class DataFormEditorCustomValidationRule
Represents a custom validation rule of a DataFormEditor. The validation rule can execute a custom validation logic on the underlying business object. For more information see the Validation property and the DataFormValidationDelegate delegate type.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormEditorCustomValidationRule : DataFormEditorValidationRule
Constructors
DataFormEditorCustomValidationRule()
Declaration
public DataFormEditorCustomValidationRule()
Fields
ValidationProperty
Identifies the Validation property.
Declaration
public static readonly BindableProperty ValidationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Validation
Gets or sets a delegate to execute a custom validation logic on the business object. For more information see the DataFormValidationDelegate delegate type.
Declaration
public DataFormValidationDelegate Validation { get; set; }
Property Value
DataFormValidationDelegate
|