blazor-devexpress-dot-blazor-a7163a01.md
Lists values that specify available calendar views and selectable date units.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public enum CalendarViewMode
| Name | Description |
|---|---|
Month |
This component displays all views ( Month , Year , Decade ). Users can select days, months, and years.
|
| Year |
This component hides the Month view. Users can select months and years in Year and Decade views.
|
| Decade |
This component hides Month and Year views. Users can select years in the Decade view.
|
The following properties accept/return CalendarViewMode values:
Refer to the following property descriptions for additional information and examples:
See Also