Class DataFormRadDateTimePickerEditor
Represents a date and time picker in the RadDataForm. The actual editor control used is RadDateTimePicker.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadDateTimePickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadDateTimePickerEditor()
Declaration
public DataFormRadDateTimePickerEditor()
Fields
FallbackDateProperty
Identifies the FallbackDate property.
Declaration
public static readonly BindableProperty FallbackDateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HoursStepProperty
Identifies the HoursStep property.
Declaration
public static readonly BindableProperty HoursStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MaximumDateProperty
Identifies the MaximumDate property.
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumDateProperty
Identifies the MinimumDate property.
Declaration
public static readonly BindableProperty MinimumDateProperty
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
FallbackDate
Gets or sets the fallback date of the RadDateTimePicker.
Declaration
public Nullable<DateTime> FallbackDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
HoursStep
Gets or sets the hours step of the RadDateTimePicker.
Declaration
public Nullable<int> HoursStep { get; set; }
Property Value
System.Nullable<System.Int32>
|
MaximumDate
Gets or sets the maximum date of the RadDateTimePicker.
Declaration
public Nullable<DateTime> MaximumDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
MinimumDate
Gets or sets the minimum date of the RadDateTimePicker.
Declaration
public Nullable<DateTime> MinimumDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
MinutesStep
Gets or sets the minutes step of the RadDateTimePicker.
Declaration
public Nullable<int> MinutesStep { get; set; }
Property Value
System.Nullable<System.Int32>
|
SecondsStep
Gets or sets the seconds step of the RadDateTimePicker.
Declaration
public Nullable<int> SecondsStep { get; set; }
Property Value
System.Nullable<System.Int32>
|