DisplayDate Property
Gets or sets the date to display.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DateTime DisplayDate { get; set; }
Public Property DisplayDate As DateTime
Get
Set
member DisplayDate : DateTime with get, set
Property Value
DateTime
The date to display. The default is Today.
Exceptions
ArgumentOutOfRangeException | The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd. |