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

ASPxSchedulerTimeCellPreparedEventArgs.Interval Property

Gets the time interval which characterizes the current time cell.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public TimeInterval Interval { get; }

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