Skip to main content

ASPxSchedulerTimeCellPreparedEventArgs Class

Provides data for the ASPxScheduler.HtmlTimeCellPrepared event.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerTimeCellPreparedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
ASPxSchedulerTimeCellPreparedEventArgs
See Also