ASPxSchedulerTimeCellPreparedEventArgs.Cell Property
Provides access to the HTML table cell which represents the current time cell of the Scheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v22.2.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TableCell | A TableCell object representing the HTML table cell. |
Remarks
You can handle the ASPxScheduler.HtmlTimeCellPrepared event and modify the Cell properties to customize the layout and appearance of a time cell in the scheduler. Use the ASPxSchedulerTimeCellPreparedEventArgs.Interval and ASPxSchedulerTimeCellPreparedEventArgs.Resource properties to identify a cell.