ClassDataFormObjectValidationRule
Class
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:
cs-api-definition
public class DataFormObjectValidationRule : DataFormValidationRule
Inheritance: objectDataFormValidationRuleDataFormObjectValidationRule
Constructors
DataFormObjectValidationRule()
Declaration
cs-api-definition
public DataFormObjectValidationRule()
Fields
ValidationProperty
Identifies the Validation property.
Declaration
cs-api-definition
public static readonly BindableProperty ValidationProperty
Field Value
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
cs-api-definition
public DataFormValidationDelegate Validation { get; set; }
Property Value