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

ASPxSchedulerTimeCellPreparedEventArgs(TableCell, IWebTimeCell, SchedulerViewBase) Constructor

Initializes a new instance of the ASPxSchedulerTimeCellPreparedEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public ASPxSchedulerTimeCellPreparedEventArgs(
    TableCell cell,
    IWebTimeCell timeCell,
    SchedulerViewBase view
)

Parameters

Name Type Description
cell TableCell

A TableCell control representing the HTML table cell.

timeCell DevExpress.Web.ASPxScheduler.Rendering.IWebTimeCell

An interface used to render the time cell

view SchedulerViewBase

A SchedulerViewBase object representing the Scheduler’s View.

See Also