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

SchedulerSettings.HtmlTimeCellPrepared Property

Enables you to perform custom actions when the HTML code representing the time cell is prepared for display.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public ASPxSchedulerTimeCellPreparedEventHandler HtmlTimeCellPrepared { get; set; }

Property Value

Type Description
ASPxSchedulerTimeCellPreparedEventHandler

A method to which custom processing is delegated.

Remarks

The HtmlTimeCellPrepared event occurs before a time cell is rendered. Handling this event enables you to specify the style and color of a particular time cell, and even insert a Literal control to display text.

For more information, refer to the ASPxScheduler.HtmlTimeCellPrepared article.

See Also