Back to Devexpress

DateEdit.PickerActiveViewType Property

maui-devexpress-dot-maui-dot-editors-dot-dateedit-6ef05246.md

latest1.5 KB
Original Source

DateEdit.PickerActiveViewType 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 PickerActiveViewType { get; set; }

Property Value

TypeDefaultDescription
DXCalendarViewTypeMonth

A value that specifies whether the calendar displays the day, month, or year 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

DateEdit Class

DateEdit Members

DevExpress.Maui.Editors Namespace