Summary
Gets or sets the first date to be displayed.
- Namespace
- Avalonia
.Controls - Containing Type
- CalendarDatePicker
Syntax
public DateTime? DisplayDateStart { get; set; }
Value
Type | Description |
---|---|
DateTime? | The first date to display. |