Class DataFormRadTimePickerEditor
Represents a time picker in the RadDataForm. The actual editor control used is RadTimePicker.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadTimePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadTimePickerEditor()
Declaration
public DataFormRadTimePickerEditor()
Fields
FallbackTimeProperty
Identifies the FallbackTime property.
Declaration
public static readonly BindableProperty FallbackTimeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HoursStepProperty
Identifies the HoursStep property.
Declaration
public static readonly BindableProperty HoursStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MaximumTimeProperty
Identifies the MaximumTime property.
Declaration
public static readonly BindableProperty MaximumTimeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumTimeProperty
Identifies the MinimumTime property.
Declaration
public static readonly BindableProperty MinimumTimeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinutesStepProperty
Identifies the MinutesStep property.
Declaration
public static readonly BindableProperty MinutesStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SecondsStepProperty
Identifies the SecondsStep property.
Declaration
public static readonly BindableProperty SecondsStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
FallbackTime
Gets or sets the fallback time of the RadTimePicker.
Declaration
public Nullable<TimeSpan> FallbackTime { get; set; }
Property Value
System.Nullable<System.TimeSpan>
|
HoursStep
Gets or sets the hours step of the RadTimePicker.
Declaration
public Nullable<int> HoursStep { get; set; }
Property Value
System.Nullable<System.Int32>
|
MaximumTime
Gets or sets the maximum time of the RadTimePicker.
Declaration
public Nullable<TimeSpan> MaximumTime { get; set; }
Property Value
System.Nullable<System.TimeSpan>
|
MinimumTime
Gets or sets the minimum time of the RadTimePicker.
Declaration
public Nullable<TimeSpan> MinimumTime { get; set; }
Property Value
System.Nullable<System.TimeSpan>
|
MinutesStep
Gets or sets the minutes step of the RadTimePicker.
Declaration
public Nullable<int> MinutesStep { get; set; }
Property Value
System.Nullable<System.Int32>
|
SecondsStep
Gets or sets the seconds step of the RadTimePicker.
Declaration
public Nullable<int> SecondsStep { get; set; }
Property Value
System.Nullable<System.Int32>
|