ASPxSchedulerTimeCellPreparedEventArgs.Interval Property
Gets the time interval which characterizes the current time cell.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the time interval. |
Remarks
Use the Interval and the ASPxSchedulerTimeCellPreparedEventArgs.Resource properties to identify a time cell in the ASPxScheduler.HtmlTimeCellPrepared event handler.
See Also