Class DataFormRadDateTimePickerEditor
Represents a date and time picker in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadDateTimePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadDateTimePickerEditor()
Declaration
public DataFormRadDateTimePickerEditor()
Fields
FallbackDateProperty
Identifies the Fallback
Declaration
public static readonly BindableProperty FallbackDateProperty
Field Value
Microsoft.
|
HoursStepProperty
Identifies the Hours
Declaration
public static readonly BindableProperty HoursStepProperty
Field Value
Microsoft.
|
MaximumDateProperty
Identifies the Maximum
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
Microsoft.
|
MinimumDateProperty
Identifies the Minimum
Declaration
public static readonly BindableProperty MinimumDateProperty
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
FallbackDate
Gets or sets the fallback date of the Rad
Declaration
public Nullable<DateTime> FallbackDate { 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.
|
MaximumDate
Gets or sets the maximum date of the Rad
Declaration
public Nullable<DateTime> MaximumDate { get; set; }
Property Value
System.
|
MinimumDate
Gets or sets the minimum date of the Rad
Declaration
public Nullable<DateTime> MinimumDate { 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.
|