Summary
Gets or sets the date to display.
- Namespace
- Avalonia
.Controls - Containing Type
- CalendarDatePicker
Syntax
public DateTime DisplayDate { get; set; }
Value
Type | Description |
---|---|
DateTime |
The date to display. The default
System.DateTime.Today .
|