Back to Devexpress

ASPxSchedulerTimeCellPreparedEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-9a4be712.md

latest2.2 KB
Original Source

ASPxSchedulerTimeCellPreparedEventArgs Class

Provides data for the ASPxScheduler.HtmlTimeCellPrepared event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerTimeCellPreparedEventArgs :
    EventArgs
vb
Public Class ASPxSchedulerTimeCellPreparedEventArgs
    Inherits EventArgs

ASPxSchedulerTimeCellPreparedEventArgs is the data class for the following events:

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

ASPxSchedulerTimeCellPreparedEventArgs Members

DevExpress.Web.ASPxScheduler Namespace