ClassRadMaskedDateTimeInput
MaskedInput control for entering DateTime values.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadMaskedDateTimeInput : RadMaskedInputBase
Inheritance: objectRadControlRadMaskedInputBaseRadMaskedDateTimeInput
Inherited Members
Constructors
RadMaskedDateTimeInput()
Declaration
public RadMaskedDateTimeInput()
Fields
AutoCompleteYearProperty
Identifies the AutoCompleteYear dependency property.
Declaration
public static readonly DependencyProperty AutoCompleteYearProperty
Field Value
DependencyProperty
AutoSelectNextPartProperty
Identifies the AutoSelectNextPart dependency property.
Declaration
public static readonly DependencyProperty AutoSelectNextPartProperty
Field Value
DependencyProperty
EnableKeyNavigationProperty
Identifies the EnableKeyNavigation dependency property.
Declaration
public static readonly DependencyProperty EnableKeyNavigationProperty
Field Value
DependencyProperty
FallbackValueProperty
Identifies the FallbackValue dependency property.
Declaration
public static readonly DependencyProperty FallbackValueProperty
Field Value
DependencyProperty
HoursStepProperty
Identifies the HoursStep dependency property.
Declaration
public static readonly DependencyProperty HoursStepProperty
Field Value
DependencyProperty
IsFreeFormProperty
Identifies the IsFreeForm dependency property.
Declaration
public static readonly DependencyProperty IsFreeFormProperty
Field Value
DependencyProperty
MaxValueProperty
Identifies the MaxValue dependency property.
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
DependencyProperty
MillisecondsStepProperty
Identifies the MillisecondsStep dependency property.
Declaration
public static readonly DependencyProperty MillisecondsStepProperty
Field Value
DependencyProperty
MinValueProperty
Identifies the MinValue dependency property.
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
DependencyProperty
MinutesStepProperty
Identifies the MinutesStep dependency property.
Declaration
public static readonly DependencyProperty MinutesStepProperty
Field Value
DependencyProperty
SecondsStepProperty
Identifies the SecondsStep dependency property.
Declaration
public static readonly DependencyProperty SecondsStepProperty
Field Value
DependencyProperty
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
YearResetValueProperty
Identifies the YearResetValue dependency property.
Declaration
public static readonly DependencyProperty YearResetValueProperty
Field Value
DependencyProperty
Properties
AutoCompleteYear
Gets or sets a value indicating whether year part of the DateTime input should be auto filled with zeros (for example 1 -> 01).
AutoSelectNextPart
Gets or sets the value that indicates whether the next part should get selected when the current one is filled.
EnableKeyNavigation
Gets or sets a value indicating whether the left/right key navigation over sections is enabled.
FallbackValue
Gets or sets the fallback value. The fallback value is the value that is used to set the Value property of the masked control when there is an attempt to clear the Value (such as pressing the clear-button or setting the Value to null). When the AllowNullValue property is true the FallbackValue property is not taken into account and null is used to set the Value.
HoursStep
IsFreeForm
Gets or sets a value indicating whether the control is in 'free-form' mode. In this mode user enters digits only without literals and on pressing enter key, the control tries to parse the input string in various ways and produce a DateTime value.
MaxValue
Gets or sets the max value of the control.
MillisecondsStep
Gets or sets the milliseconds step. This value is used to increase the milliseconds of the Value when the milliseconds part is selected and the "Up" arrow key is pressed. This value is also used to decrease the milliseconds of the Value when the milliseconds part is selected and the "Down" arrow key is pressed.
MinValue
Gets or sets the min value of the control.
MinutesStep
SecondsStep
Value
Gets or sets the DateTime value of the control. The value may be null if the AllowNullValue is true.
YearResetValue
Gets or sets the value that is used to set the year when the value is reset.