Skip to main content
A newer version of this page is available. .

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

public enum DXCalendarViewType

Members

Name Description Illustration
Month

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

Month View

Year

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

Year View

Decade

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

Decade View

Related API Members

See Also