Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public TableCell Cell { get; }

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.

See Also