CustomDrawDayNumberCellEventArgs.ViewInfo Property
In This Article
Contains information used for painting the current cell.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public CalendarCellViewInfo ViewInfo { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An object that contains information used for painting the current cell. |
See Also