Skip to main content
All docs
V22.1

DateColumn.PickerActiveViewType Property

Gets or sets whether the calendar displays the day, month, or year view.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public DXCalendarViewType PickerActiveViewType { get; set; }

Property Value

Type Description
DXCalendarViewType

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

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.

Month View

See Also