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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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