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.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormEditorCustomValidationRule : DataFormEditorValidationRule
Inheritance: objectDataFormValidationRuleDataFormEditorValidationRuleDataFormEditorCustomValidationRule
Constructors
C#
public DataFormEditorCustomValidationRule()
Fields
ValidationProperty
BindableProperty
Identifies the Validation property.
C#
public static readonly BindableProperty ValidationProperty
Properties
Gets or sets a delegate to execute a custom validation logic on the business object. For more information see the DataFormValidationDelegate delegate type.
C#
public DataFormValidationDelegate Validation { get; set; }