Skip to main content

DisplayDateStart Property

Gets or sets the first date to be displayed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public DateTime? DisplayDateStart { get; set; }

Property Value

Nullable(DateTime)
The first date to display.

Remarks

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.

See Also

Reference

Calendar Class
Avalonia.Controls Namespace