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.v19.1.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the View property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also