Represents a custom validation rule of the RadDataForm. 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 DataFormObjectValidationRule : DataFormValidationRule
Inheritance: objectDataFormValidationRuleDataFormObjectValidationRule
Constructors
C#
public DataFormObjectValidationRule()
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; }