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