CalendarDisplayDateStart Property
Gets or sets the first date to be displayed.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DateTime? DisplayDateStart { get; set; }
Public Property DisplayDateStart As DateTime?
Get
Set
member DisplayDateStart : Nullable<DateTime> with get, set
Property Value
NullableDateTimeThe first date to display.
To set this property in XAML, use a date specified in the format
yyyy/mm/dd. The mm and dd components must always consist of two
characters, with a leading zero if necessary. For instance, the
month of May should be specified as 05.