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