Class DataFormRadMaskedEditor
Base abstract class for all masked editors of the RadDataForm.
Inheritance
System.Object
DataFormRadMaskedEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataFormRadMaskedEditor : DataFormInputEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadMaskedEditor()
Declaration
protected DataFormRadMaskedEditor()
Fields
CultureProperty
Identifies the Culture property.
Declaration
public static readonly BindableProperty CultureProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MaskProperty
Identifies the Mask property.
Declaration
public static readonly BindableProperty MaskProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Culture
Gets or sets the culture to use with the RadMaskedEntryBase. When not specified, the current culture of the application is used.
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
|
Mask
Gets or sets the format mask of the RadMaskedEntryBase.
Declaration
public string Mask { get; set; }
Property Value
System.String
|