Skip to main content

CustomDrawDayNumberCellEventArgs.View Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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