ClassRadMaskedTimeSpanInput
MaskedInput control for entering TimeSpan values.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadMaskedTimeSpanInput : RadMaskedInputBase
Inheritance: objectRadControlRadMaskedInputBaseRadMaskedTimeSpanInput
Inherited Members
Constructors
RadMaskedTimeSpanInput()
Declaration
public RadMaskedTimeSpanInput()
Fields
AutoSelectNextPartProperty
Identifies the AutoSelectNextPart dependency property.
Declaration
public static readonly DependencyProperty AutoSelectNextPartProperty
Field Value
DependencyProperty
DaysStepProperty
Identifies the DaysStep dependency property.
Declaration
public static readonly DependencyProperty DaysStepProperty
Field Value
DependencyProperty
EnableKeyNavigationProperty
Identifies the EnableKeyNavigation dependency property.
Declaration
public static readonly DependencyProperty EnableKeyNavigationProperty
Field Value
DependencyProperty
HoursStepProperty
Identifies the HoursStep dependency property.
Declaration
public static readonly DependencyProperty HoursStepProperty
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
Properties
AutoSelectNextPart
Gets or sets the value that indicates whether the next part should get selected when the current one is filled.
DaysStep
EnableKeyNavigation
Gets or sets a value indicating whether the left/right key navigation over sections is enabled.
HoursStep
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 TimeSpan value of the control. The value may be null if the AllowNullValue is true.