CalendarDatePickerDisplayDateStart Property

Gets or sets the first date to be displayed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DateTime? DisplayDateStart { get; set; }

Property Value

NullableDateTime
The first date to display.

See Also