Class DataFormRadValueMaskedEditor
Base abstract class for all value type masked editors of the Rad
Inheritance
System.Object
DataFormRadValueMaskedEditor
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataFormRadValueMaskedEditor : DataFormRadMaskedEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadValueMaskedEditor()
Declaration
protected DataFormRadValueMaskedEditor()
Fields
AllowNullValueProperty
Identifies the Allow
Declaration
public static readonly BindableProperty AllowNullValueProperty
Field Value
Microsoft.
|
Properties
AllowNullValue
Gets or sets a value indicating whether the Rad
Declaration
public Nullable<bool> AllowNullValue { get; set; }
Property Value
System.
|