Summary
Gets or sets a value indicating whether the calendar is displayed in
months, years, or decades.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Syntax
public CalendarMode DisplayMode { get; set; }
Value
Type | Description |
---|---|
CalendarMode |
A value indicating what length of time the
System.Windows.Controls.Calendar should display.
|