Base abstract class for all masked editors of the RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DataFormRadMaskedEditor : DataFormInputEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormInputEditorDataFormRadMaskedEditor...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DataFormRadMaskedEditor()
Fields
CultureProperty
BindableProperty
Identifies the Culture property.
C#
public static readonly BindableProperty CultureProperty
MaskProperty
BindableProperty
Identifies the Mask property.
C#
public static readonly BindableProperty MaskProperty
Properties
Gets or sets the culture to use with the RadMaskedEntryBase. When not specified, the current culture of the application is used.
C#
public CultureInfo Culture { get; set; }
Gets or sets the format mask of the RadMaskedEntryBase.
C#
public string Mask { get; set; }