ASPxSchedulerTimeCellPreparedEventArgs.Cell Property
In This Article
Provides access to the HTML table cell which represents the current time cell of the Scheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Description |
---|---|
Table |
A Table |
#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.
See Also