ClassDataFormEditorPropertyValidationRule
Class
Base abstract class for all property validation rules of a DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class DataFormEditorPropertyValidationRule : DataFormEditorValidationRule
Inheritance: objectDataFormValidationRuleDataFormEditorValidationRuleDataFormEditorPropertyValidationRule
Derived Classes:
Constructors
DataFormEditorPropertyValidationRule()
Declaration
cs-api-definition
protected DataFormEditorPropertyValidationRule()
Fields
ErrorMessageProperty
Identifies the ErrorMessage property.
Declaration
cs-api-definition
public static readonly BindableProperty ErrorMessageProperty
Field Value
BindableProperty
Properties
ErrorMessage
Gets or sets an error message describing the validation error. This can be either a fixed error message or a string format mask with placeholders for the validated property and the provided validation constraints. The exact form of the format mask depends on the specific validation rule. For more information see the descendants of the DataFormEditorPropertyValidationRule class.