Back to Devexpress

DXCalendarViewType Enum

maui-devexpress-dot-maui-dot-editors-b3c9cc7f.md

latest1.9 KB
Original Source

DXCalendarViewType Enum

Enumerates values that identify views (day, month, and year) in the DXCalendar component and DateEdit component’s date picker.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum DXCalendarViewType

Members

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.

|

|

The following properties accept/return DXCalendarViewType values:

Extension Methods

Yield<DXCalendarViewType>()

YieldIfNotNull<DXCalendarViewType>()

See Also

DevExpress.Maui.Editors Namespace