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