Base abstract class for all value type masked editors of the RadDataForm.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DataFormRadValueMaskedEditor : DataFormRadMaskedEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormInputEditorDataFormRadMaskedEditorDataFormRadValueMaskedEditor...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected DataFormRadValueMaskedEditor()
Fields
AllowNullValueProperty
BindableProperty
Identifies the AllowNullValue bindable property.
C#
public static readonly BindableProperty AllowNullValueProperty
Properties
Gets or sets a value indicating whether the RadMaskedEntryBase allows null values.
C#
public bool? AllowNullValue { get; set; }