RadDateTimePicker
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
public RadDateTimePicker()
Fields
DateProperty
BindableProperty
Identifies the Date property.
public static readonly BindableProperty DateProperty
DefaultHighlightedDateProperty
BindableProperty
Identifies the DefaultHighlightedDate property.
public static readonly BindableProperty DefaultHighlightedDateProperty
HourStepProperty
BindableProperty
Identifies the HourStep property.
public static readonly BindableProperty HourStepProperty
MaximumDateProperty
BindableProperty
Identifies the MaximumDate property.
public static readonly BindableProperty MaximumDateProperty
MinimumDateProperty
BindableProperty
Identifies the MinimumDate property.
public static readonly BindableProperty MinimumDateProperty
MinuteStepProperty
BindableProperty
Identifies the MinuteStep property.
public static readonly BindableProperty MinuteStepProperty
SecondStepProperty
BindableProperty
Identifies the SecondStep property.
public static readonly BindableProperty SecondStepProperty
TabStripItemStyleProperty
BindableProperty
Identifies the TabStripItemStyle property.
public static readonly BindableProperty TabStripItemStyleProperty
TabStripStyleProperty
BindableProperty
Identifies the TabStripStyle property.
public static readonly BindableProperty TabStripStyleProperty
Properties
Gets or sets the increment step of the hour time component.
public int HourStep { get; set; }
Gets or sets a date which marks the end of the range of available dates to choose from.
public DateTime MaximumDate { get; set; }
Gets or sets a date which marks the beginning of the range of available dates to choose from.
public DateTime MinimumDate { get; set; }
Gets or sets the increment step of the minute time component.
public int MinuteStep { get; set; }
Gets or sets the increment step of the second time component.
public int SecondStep { get; set; }
TabStripItemStyle
Style
Gets or sets the style which is applied to the separate tab items (TargetType TabViewHeaderItem).
public Style TabStripItemStyle { get; set; }
TabStripStyle
Style
Gets or sets the style which is applied to the element holding the separate tab items.
public Style TabStripStyle { get; set; }