Class RadMaskedDateTimeInput
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMaskedDateTimeInput : RadMaskedInputBase, IMaskControl
Constructors
RadMaskedDateTimeInput()
Declaration
public RadMaskedDateTimeInput()
Fields
AutoCompleteYearProperty
Declaration
public static readonly DependencyProperty AutoCompleteYearProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
AutoSelectNextPartProperty
Declaration
public static readonly DependencyProperty AutoSelectNextPartProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EnableKeyNavigationProperty
FallbackValueProperty
Declaration
public static readonly DependencyProperty FallbackValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HoursStepProperty
Declaration
public static readonly DependencyProperty HoursStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsFreeFormProperty
Declaration
public static readonly DependencyProperty IsFreeFormProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MaxValueProperty
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MillisecondsStepProperty
Declaration
public static readonly DependencyProperty MillisecondsStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinutesStepProperty
Declaration
public static readonly DependencyProperty MinutesStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinValueProperty
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SecondsStepProperty
Declaration
public static readonly DependencyProperty SecondsStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
YearResetValueProperty
Declaration
public static readonly DependencyProperty YearResetValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AutoCompleteYear
Declaration
public bool AutoCompleteYear { get; set; }
Property Value
|
System.Boolean
|
AutoSelectNextPart
Declaration
public bool AutoSelectNextPart { get; set; }
Property Value
|
System.Boolean
|
EnableKeyNavigation
FallbackValue
Declaration
public DateTime FallbackValue { get; set; }
Property Value
|
System.DateTime
|
HoursStep
Declaration
public int HoursStep { get; set; }
Property Value
|
System.Int32
|
IsFreeForm
Declaration
public bool IsFreeForm { get; set; }
Property Value
|
System.Boolean
|
MaxValue
Declaration
public DateTime MaxValue { get; set; }
Property Value
|
System.DateTime
|
MillisecondsStep
Declaration
public int MillisecondsStep { get; set; }
Property Value
|
System.Int32
|
MinutesStep
Declaration
public int MinutesStep { get; set; }
Property Value
|
System.Int32
|
MinValue
Declaration
public DateTime MinValue { get; set; }
Property Value
|
System.DateTime
|
SecondsStep
Declaration
public int SecondsStep { get; set; }
Property Value
|
System.Int32
|
Value
Declaration
public object Value { get; set; }
Property Value
|
System.Object
|
YearResetValue
Declaration
public int YearResetValue { get; set; }
Property Value
|
System.Int32
|