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