ClassRadDateTimePicker
Represents a date and time picker control that allows users to select date and/or time values within a specified range defined by MinimumDate and MaximumDate properties.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadDateTimePicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBaseRadDateTimePicker
Implements:
Inherited Members
Constructors
RadDateTimePicker()
Declaration
public RadDateTimePicker()
Fields
DateProperty
Identifies the Date property.
Declaration
public static readonly BindableProperty DateProperty
Field Value
BindableProperty
DefaultHighlightedDateProperty
Identifies the DefaultHighlightedDate property.
Declaration
public static readonly BindableProperty DefaultHighlightedDateProperty
Field Value
BindableProperty
HourStepProperty
Identifies the HourStep property.
Declaration
public static readonly BindableProperty HourStepProperty
Field Value
BindableProperty
MaximumDateProperty
Identifies the MaximumDate property.
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
BindableProperty
MinimumDateProperty
Identifies the MinimumDate property.
Declaration
public static readonly BindableProperty MinimumDateProperty
Field Value
BindableProperty
MinuteStepProperty
Identifies the MinuteStep property.
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
BindableProperty
SecondStepProperty
Identifies the SecondStep property.
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
BindableProperty
TabStripItemStyleProperty
Identifies the TabStripItemStyle property.
Declaration
public static readonly BindableProperty TabStripItemStyleProperty
Field Value
BindableProperty
TabStripStyleProperty
Identifies the TabStripStyle property.
Declaration
public static readonly BindableProperty TabStripStyleProperty
Field Value
BindableProperty
Properties
Date
Gets or sets the current selection.
DefaultHighlightedDate
Gets or sets the 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
HourStep
Gets or sets the increment step of the hour time component.
MaximumDate
Gets or sets a date which marks the end of the range of available dates to choose from.
MinimumDate
Gets or sets a date which marks the beginning of the range of available dates to choose from.
MinuteStep
Gets or sets the increment step of the minute time component.
SecondStep
Gets or sets the increment step of the second time component.
TabStripItemStyle
Gets or sets the style which is applied to the separate tab items (TargetType TabViewHeaderItem).
Declaration
public Style TabStripItemStyle { get; set; }
Property Value
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
Style