aspnet-devexpress-dot-web-dot-aspxscheduler-9a4be712.md
Provides data for the ASPxScheduler.HtmlTimeCellPrepared event.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxSchedulerTimeCellPreparedEventArgs :
EventArgs
Public Class ASPxSchedulerTimeCellPreparedEventArgs
Inherits EventArgs
ASPxSchedulerTimeCellPreparedEventArgs is the data class for the following events:
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.
Object EventArgs ASPxSchedulerTimeCellPreparedEventArgs
See Also