Back to Devexpress

CustomDrawDayNumberCellEventArgs.ViewInfo Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-7561dc97.md

latest1.4 KB
Original Source

CustomDrawDayNumberCellEventArgs.ViewInfo Property

Contains information used for painting the current cell.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public CalendarCellViewInfo ViewInfo { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ViewInfo As CalendarCellViewInfo

Property Value

TypeDescription
DevExpress.XtraEditors.Calendar.CalendarCellViewInfo

An object that contains information used for painting the current cell.

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace