DisplayDateStart Property
Gets or sets the first date to be displayed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DateTime? DisplayDateStart { get; set; }
Public Property DisplayDateStart As DateTime?
Get
Set
member DisplayDateStart : Nullable<DateTime> with get, set
Property Value
Nullable(DateTime)
The first date to display.