Class RadMaskedTextInput
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMaskedTextInput : RadMaskedInputBase, IMaskControl
Constructors
RadMaskedTextInput()
Declaration
public RadMaskedTextInput()
Fields
AllowOnlyCompletedValuesProperty
Declaration
public static readonly DependencyProperty AllowOnlyCompletedValuesProperty
Field Value
Microsoft.
|
IsMaskCompletedProperty
Declaration
public static readonly DependencyProperty IsMaskCompletedProperty
Field Value
Microsoft.
|
RestrictToAsciiProperty
Declaration
public static readonly DependencyProperty RestrictToAsciiProperty
Field Value
Microsoft.
|
ValueFormatProperty
Declaration
public static readonly DependencyProperty ValueFormatProperty
Field Value
Microsoft.
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.
|
Properties
AllowOnlyCompletedValues
Declaration
public bool AllowOnlyCompletedValues { get; set; }
Property Value
System.
|
IsMaskCompleted
Declaration
public bool IsMaskCompleted { get; }
Property Value
System.
|
RestrictToAscii
Declaration
public bool RestrictToAscii { get; set; }
Property Value
System.
|
Value
Declaration
public string Value { get; set; }
Property Value
System.
|