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
public DXCalendarViewType ActiveViewType { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DXCalendarViewType | Month | The calendar view. |
Available values:
Name | Description | Illustration |
---|---|---|
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