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

ASPxSchedulerTimeCellPreparedEventArgs Class

Provides data for the ASPxScheduler.HtmlTimeCellPrepared event.

Namespace: DevExpress.Web.ASPxScheduler

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

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