Back to Devexpress

DXCalendar.ActiveViewType Property

maui-devexpress-dot-maui-dot-editors-dot-dxcalendar-e274bf76.md

latest1.4 KB
Original Source

DXCalendar.ActiveViewType Property

Gets or sets whether the calendar displays the day, month, or year view. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public DXCalendarViewType ActiveViewType { get; set; }

Property Value

TypeDefaultDescription
DXCalendarViewTypeMonth

The calendar view.

|

Available values:

NameDescriptionIllustration
Month

Identifies the month view, which allows a user to select a day in the calendar or date picker.

|

| | Year |

Identifies the year view, which allows a user to select a month in the calendar or date picker.

|

| | Decade |

Identifies the decade view, which allows a user to select a year in the calendar or date picker.

|

|

See Also

DXCalendar Class

DXCalendar Members

DevExpress.Maui.Editors Namespace