Skip to main content
A newer version of this page is available. .

CustomDrawDayNumberCellEventArgs.ViewInfo Property

Contains information used for painting the current cell.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public CalendarCellViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.XtraEditors.Calendar.CalendarCellViewInfo

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

See Also