CalendarViewMode Enum
Lists values that specify available calendar views and selectable date units.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public enum CalendarViewMode
Members
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. |
Related API Members
The following properties accept/return CalendarViewMode values:
Remarks
Refer to the following property descriptions for more information and examples:
See Also