ASPxSchedulerTimeCellPreparedEventArgs.Interval Property
In This Article
Gets the time interval which characterizes the current time cell.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public TimeInterval Interval { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Use the Interval and the ASPxSchedulerTimeCellPreparedEventArgs.Resource properties to identify a time cell in the ASPxScheduler.HtmlTimeCellPrepared event handler.
See Also