Back to Devexpress

CalendarViewMode Enum

blazor-devexpress-dot-blazor-a7163a01.md

latest1.4 KB
Original Source

CalendarViewMode Enum

Lists values that specify available calendar views and selectable date units.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum CalendarViewMode

Members

NameDescription
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:

Remarks

Refer to the following property descriptions for additional information and examples:

See Also

DevExpress.Blazor Namespace