New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a date selector for picker controls that allows users to select dates within a specified range.

Definition

Constructors

C#
public PickerDateSelector()

Fields

DateProperty

BindableProperty

Identifies the Date property.

C#
public static readonly BindableProperty DateProperty

Identifies the DefaultHighlightedDate property.

C#
public static readonly BindableProperty DefaultHighlightedDateProperty

MaximumDateProperty

BindableProperty

Identifies the MaximumDate property.

C#
public static readonly BindableProperty MaximumDateProperty

MinimumDateProperty

BindableProperty

Identifies the MinimumDate property.

C#
public static readonly BindableProperty MinimumDateProperty