Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomDrawDayNumberCellEventArgs.View Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v24.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