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

CustomDrawDayNumberCellEventArgs.View Property

Gets or sets the current View of data in the dropdown window.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public DateEditCalendarViewType View { get; }

Property Value

Type Description
DevExpress.XtraEditors.Controls.DateEditCalendarViewType

A DateEditCalendarViewType value that specifies the current View of data in the dropdown window.

Remarks

Use the View property to get how data in the dropdown is represented: using a Month View, Year View, etc.

See Also