Back to Devexpress

CustomDrawDayNumberCellEventArgs.View Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-2d0ab14d.md

latest1.4 KB
Original Source

CustomDrawDayNumberCellEventArgs.View Property

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

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DateEditCalendarViewType View { get; }
vb
Public ReadOnly Property View As DateEditCalendarViewType

Property Value

TypeDescription
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

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace