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