CalendarDayCellPreparedEventArgs.Cell Property
Gets the currently processed cell of a calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TableCell | A TableCell object that is the currently processed cell. |
Remarks
Use the Cell property to customize the cell appearance.
See Also