Class RadDateTimePicker
Allows picking date and/or time values based on provided MinimumDate, MaximumDate as
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadDateTimePicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadDateTimePicker()
Declaration
public RadDateTimePicker()
Fields
DateProperty
Identifies the Date property.
Declaration
public static readonly BindableProperty DateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DefaultHighlightedDateProperty
Identifies the DefaultHighlightedDate property.
Declaration
public static readonly BindableProperty DefaultHighlightedDateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HourStepProperty
Identifies the HourStep property.
Declaration
public static readonly BindableProperty HourStepProperty
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
|
MinuteStepProperty
Identifies the MinuteStep property.
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SecondStepProperty
Identifies the SecondStep property.
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TabStripItemStyleProperty
Identifies the TabStripItemStyle property.
Declaration
public static readonly BindableProperty TabStripItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TabStripStyleProperty
Identifies the TabStripStyle property.
Declaration
public static readonly BindableProperty TabStripStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Date
Gets or sets the current selection.
Declaration
public Nullable<DateTime> Date { get; set; }
Property Value
System.Nullable<System.DateTime>
|
DefaultHighlightedDate
Gets or sets the System.DateTime which will be used to pre-scroll each spinner when the Date is set to null.
Declaration
public DateTime DefaultHighlightedDate { get; set; }
Property Value
System.DateTime
|
HourStep
Gets or sets the increment step of the hour time component.
Declaration
public int HourStep { get; set; }
Property Value
System.Int32
|
MaximumDate
Gets or sets a date which marks the end of the range of available dates to choose from.
Declaration
public DateTime MaximumDate { get; set; }
Property Value
System.DateTime
|
MinimumDate
Gets or sets a date which marks the beginning of the range of available dates to choose from.
Declaration
public DateTime MinimumDate { get; set; }
Property Value
System.DateTime
|
MinuteStep
Gets or sets the increment step of the minute time component.
Declaration
public int MinuteStep { get; set; }
Property Value
System.Int32
|
SecondStep
Gets or sets the increment step of the second time component.
Declaration
public int SecondStep { get; set; }
Property Value
System.Int32
|
TabStripItemStyle
Gets or sets the style which is applied to the separate tab items.
Declaration
public Style TabStripItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
TabStripStyle
Gets or sets the style which is applied to the element holding the separate tab items.
Declaration
public Style TabStripStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|