Class RadMaskedInputBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadMaskedInputBase : RadControl, IMaskControl
Constructors
RadMaskedInputBase()
Declaration
public RadMaskedInputBase()
Fields
AllowNullValueProperty
Declaration
public static readonly DependencyProperty AllowNullValueProperty
Field Value
Microsoft.
|
AllowPromptAsInputProperty
Declaration
public static readonly DependencyProperty AllowPromptAsInputProperty
Field Value
Microsoft.
|
CultureProperty
Declaration
public static readonly DependencyProperty CultureProperty
Field Value
Microsoft.
|
DescriptionProperty
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Microsoft.
|
EmptyTextProperty
Declaration
public static readonly DependencyProperty EmptyTextProperty
Field Value
Microsoft.
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Microsoft.
|
HeaderTemplateProperty
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Microsoft.
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.
|
MaskProperty
Declaration
public static readonly DependencyProperty MaskProperty
Field Value
Microsoft.
|
PromptCharProperty
Declaration
public static readonly DependencyProperty PromptCharProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
Properties
AllowNullValue
Declaration
public bool AllowNullValue { get; set; }
Property Value
System.
|
AllowPromptAsInput
Declaration
public bool AllowPromptAsInput { get; set; }
Property Value
System.
|
Culture
Declaration
public CultureInfo Culture { get; set; }
Property Value
System.
|
Description
Declaration
public object Description { get; set; }
Property Value
System.
|
EmptyText
Declaration
public string EmptyText { get; set; }
Property Value
System.
|
Header
Declaration
public object Header { get; set; }
Property Value
System.
|
HeaderTemplate
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
Mask
Declaration
public string Mask { get; set; }
Property Value
System.
|
PromptChar
Declaration
public char PromptChar { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; }
Property Value
System.
|
Methods
ChangeVisualState()
Declaration
protected virtual void ChangeVisualState()
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.
|
OnApplyTemplate()
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Microsoft.
|
OnLostFocus(RoutedEventArgs)
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPreviewKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnPreviewKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnValueChanged(EventArgs)
Declaration
protected virtual void OnValueChanged(EventArgs e)
Parameters
System.
|
OnValueChanging(ValueChangingEventArgs)
Declaration
protected virtual void OnValueChanging(ValueChangingEventArgs e)
Parameters
Events
ContextMenuOpening
Declaration
public event ContextMenuOpeningEventHandler ContextMenuOpening
Event Type
Microsoft.
|
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.
|
ValueChanging
Declaration
public event EventHandler<ValueChangingEventArgs> ValueChanging
Event Type
System.
|