Class RadDatePicker
Allows picking single date based on provided MinimumDate, MaximumDate and
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadDatePicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RadDatePicker()
Declaration
public RadDatePicker()
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
|
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
|
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
|
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
|