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.UI.Xaml.DependencyProperty
|
DaysStepProperty
Declaration
public static readonly DependencyProperty DaysStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EnableKeyNavigationProperty
HoursStepProperty
Declaration
public static readonly DependencyProperty HoursStepProperty
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
|
Properties
AutoSelectNextPart
Declaration
public bool AutoSelectNextPart { get; set; }
Property Value
|
System.Boolean
|
DaysStep
Declaration
public int DaysStep { get; set; }
Property Value
|
System.Int32
|
EnableKeyNavigation
HoursStep
Declaration
public int HoursStep { get; set; }
Property Value
|
System.Int32
|
MaxValue
Declaration
public TimeSpan MaxValue { get; set; }
Property Value
|
System.TimeSpan
|
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 TimeSpan MinValue { get; set; }
Property Value
|
System.TimeSpan
|
SecondsStep
Declaration
public int SecondsStep { get; set; }
Property Value
|
System.Int32
|
Value
Declaration
public object Value { get; set; }
Property Value
|
System.Object
|