ClassRadDatePicker
Represents a date picker control that allows users to select a single date within a specified range. The available date range is defined by the MinimumDate and MaximumDate properties.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadDatePicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBaseRadDatePicker
Implements:
Inherited Members
Constructors
RadDatePicker()
Declaration
public RadDatePicker()
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
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
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
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.