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.UI.Xaml.DependencyProperty
|
AllowPromptAsInputProperty
Declaration
public static readonly DependencyProperty AllowPromptAsInputProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CultureProperty
Declaration
public static readonly DependencyProperty CultureProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
DescriptionProperty
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EmptyTextProperty
Declaration
public static readonly DependencyProperty EmptyTextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HeaderTemplateProperty
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MaskProperty
Declaration
public static readonly DependencyProperty MaskProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PromptCharProperty
Declaration
public static readonly DependencyProperty PromptCharProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AllowNullValue
Declaration
public bool AllowNullValue { get; set; }
Property Value
|
System.Boolean
|
AllowPromptAsInput
Declaration
public bool AllowPromptAsInput { get; set; }
Property Value
|
System.Boolean
|
Culture
Declaration
public CultureInfo Culture { get; set; }
Property Value
|
System.Globalization.CultureInfo
|
Description
Declaration
public object Description { get; set; }
Property Value
|
System.Object
|
EmptyText
Declaration
public string EmptyText { get; set; }
Property Value
|
System.String
|
Header
Declaration
public object Header { get; set; }
Property Value
|
System.Object
|
HeaderTemplate
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
|
System.Boolean
|
Mask
Declaration
public string Mask { get; set; }
Property Value
|
System.String
|
PromptChar
Declaration
public char PromptChar { get; set; }
Property Value
|
System.Char
|
Text
Declaration
public string Text { get; }
Property Value
|
System.String
|
Methods
ChangeVisualState()
Declaration
protected virtual void ChangeVisualState()
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|
OnApplyTemplate()
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|
OnLostFocus(RoutedEventArgs)
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPreviewKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnPreviewKeyDown(KeyRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs
e
|
OnValueChanged(EventArgs)
Declaration
protected virtual void OnValueChanged(EventArgs e)
Parameters
|
System.EventArgs
e
|
OnValueChanging(ValueChangingEventArgs)
Declaration
protected virtual void OnValueChanging(ValueChangingEventArgs e)
Parameters
|
ValueChangingEventArgs
e
|
Events
ContextMenuOpening
Declaration
public event ContextMenuOpeningEventHandler ContextMenuOpening
Event Type
|
Microsoft.UI.Xaml.Controls.ContextMenuOpeningEventHandler
|
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
|
System.EventHandler
|
ValueChanging
Declaration
public event EventHandler<ValueChangingEventArgs> ValueChanging
Event Type
|
System.EventHandler<ValueChangingEventArgs>
|