CalendarDisplayMode Property

Gets or sets a value indicating whether the calendar is displayed in months, years, or decades.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarMode DisplayMode { get; set; }

Property Value

CalendarMode
A value indicating what length of time the Calendar should display.

See Also