Class RadMaskedTimeSpanInput
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadMaskedTimeSpanInput : RadMaskedInputBase, IMaskControl
Constructors
RadMaskedTimeSpanInput()
Declaration
public RadMaskedTimeSpanInput()
Fields
AutoSelectNextPartProperty
Declaration
public static readonly DependencyProperty AutoSelectNextPartProperty
Field Value
Microsoft.
|
DaysStepProperty
Declaration
public static readonly DependencyProperty DaysStepProperty
Field Value
Microsoft.
|
EnableKeyNavigationProperty
HoursStepProperty
Declaration
public static readonly DependencyProperty HoursStepProperty
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.
|
Properties
AutoSelectNextPart
Declaration
public bool AutoSelectNextPart { get; set; }
Property Value
System.
|
DaysStep
Declaration
public int DaysStep { get; set; }
Property Value
System.
|
EnableKeyNavigation
HoursStep
Declaration
public int HoursStep { get; set; }
Property Value
System.
|
MaxValue
Declaration
public TimeSpan 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 TimeSpan 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.
|