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.
|
AutoSelectNextPartProperty
Declaration
public static readonly DependencyProperty AutoSelectNextPartProperty
Field Value
Microsoft.
|
EnableKeyNavigationProperty
FallbackValueProperty
Declaration
public static readonly DependencyProperty FallbackValueProperty
Field Value
Microsoft.
|
HoursStepProperty
Declaration
public static readonly DependencyProperty HoursStepProperty
Field Value
Microsoft.
|
IsFreeFormProperty
Declaration
public static readonly DependencyProperty IsFreeFormProperty
Field Value
Microsoft.
|
MaxValueProperty
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
Microsoft.
|
MillisecondsStepProperty
Declaration
public static readonly DependencyProperty MillisecondsStepProperty
Field Value
Microsoft.
|
MinutesStepProperty
Declaration
public static readonly DependencyProperty MinutesStepProperty
Field Value
Microsoft.
|
MinValueProperty
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
Microsoft.
|
SecondsStepProperty
Declaration
public static readonly DependencyProperty SecondsStepProperty
Field Value
Microsoft.
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.
|
YearResetValueProperty
Declaration
public static readonly DependencyProperty YearResetValueProperty
Field Value
Microsoft.
|
Properties
AutoCompleteYear
Declaration
public bool AutoCompleteYear { get; set; }
Property Value
System.
|
AutoSelectNextPart
Declaration
public bool AutoSelectNextPart { get; set; }
Property Value
System.
|
EnableKeyNavigation
FallbackValue
Declaration
public DateTime FallbackValue { get; set; }
Property Value
System.
|
HoursStep
Declaration
public int HoursStep { get; set; }
Property Value
System.
|
IsFreeForm
Declaration
public bool IsFreeForm { get; set; }
Property Value
System.
|
MaxValue
Declaration
public DateTime MaxValue { get; set; }
Property Value
System.
|
MillisecondsStep
Declaration
public int MillisecondsStep { get; set; }
Property Value
System.
|
MinutesStep
Declaration
public int MinutesStep { get; set; }
Property Value
System.
|
MinValue
Declaration
public DateTime MinValue { get; set; }
Property Value
System.
|
SecondsStep
Declaration
public int SecondsStep { get; set; }
Property Value
System.
|
Value
Declaration
public object Value { get; set; }
Property Value
System.
|
YearResetValue
Declaration
public int YearResetValue { get; set; }
Property Value
System.
|