ASPxSchedulerTimeCellPreparedEventArgs Class
Provides data for the ASPxScheduler.HtmlTimeCellPrepared event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Remarks
Use the ASPxSchedulerTimeCellPreparedEventArgs.Cell property to access the HTML table cell, and modify its style and layout as required. The ASPxSchedulerTimeCellPreparedEventArgs.Interval and ASPxSchedulerTimeCellPreparedEventArgs.Resource properties indicate the time cell which invokes the event, and the ASPxSchedulerTimeCellPreparedEventArgs.View property provides access to the current Scheduler View, which may be useful.
See Also