CustomDrawDayNumberCellEventArgs.ViewInfo Property
Contains information used for painting the current cell.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.1.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