Back to Devexpress

DateColumn.PickerActiveViewType Property

maui-devexpress-dot-maui-dot-datagrid-dot-datecolumn-b96e7d3c.md

latest1.5 KB
Original Source

DateColumn.PickerActiveViewType Property

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

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public DXCalendarViewType PickerActiveViewType { get; set; }

Property Value

TypeDescription
DXCalendarViewType

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

DateColumn Class

DateColumn Members

DevExpress.Maui.DataGrid Namespace