RadDatePicker
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
public RadDatePicker()
Fields
DateProperty
BindableProperty
Identifies the Date property.
public static readonly BindableProperty DateProperty
DefaultHighlightedDateProperty
BindableProperty
Identifies the DefaultHighlightedDate property.
public static readonly BindableProperty DefaultHighlightedDateProperty
MaximumDateProperty
BindableProperty
Identifies the MaximumDate property.
public static readonly BindableProperty MaximumDateProperty
MinimumDateProperty
BindableProperty
Identifies the MinimumDate property.
public static readonly BindableProperty MinimumDateProperty
Properties
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; }