Skip to main content

CustomDrawDayNumberCellEventArgs.ViewInfo Property

Contains information used for painting the current cell.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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