Class DataFormEditorRegexValidationRule
Executes a custom regular expression to validate the current string value.
Inheritance
System.Object
DataFormEditorRegexValidationRule
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormEditorRegexValidationRule : DataFormEditorPropertyValidationRule
Remarks
When a validation error occurs, the returned error message has the following general string format: "The field {0} is not in the correct format."
Constructors
DataFormEditorRegexValidationRule()
Declaration
public DataFormEditorRegexValidationRule()
Fields
PatternProperty
Identifies the Pattern property.
Declaration
public static readonly BindableProperty PatternProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Pattern
Gets or sets a custom regular expression pattern to validate the current string value.
Declaration
public string Pattern { get; set; }
Property Value
System.String
|