ClassDataFormRadMaskedEditor
Class
Base abstract class for all masked editors of the RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class DataFormRadMaskedEditor : DataFormInputEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormInputEditorDataFormRadMaskedEditor
Derived Classes:
Implements:
Inherited Members
Constructors
DataFormRadMaskedEditor()
Declaration
cs-api-definition
protected DataFormRadMaskedEditor()
Fields
CultureProperty
Identifies the Culture property.
Declaration
cs-api-definition
public static readonly BindableProperty CultureProperty
Field Value
BindableProperty
MaskProperty
Identifies the Mask property.
Declaration
cs-api-definition
public static readonly BindableProperty MaskProperty
Field Value
BindableProperty
Properties
Culture
Gets or sets the culture to use with the RadMaskedEntryBase. When not specified, the current culture of the application is used.
Mask
Gets or sets the format mask of the RadMaskedEntryBase.