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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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