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

SchedulerTimeCellInfo.Interval Property

Specifies the interval to which the time cell belongs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange Interval { get; }

Property Value

Type Description
DxSchedulerDateTimeRange

The interval to which the time cell belongs.

Remarks

Refer to the SchedulerTimeCellInfo class description for more information and an example.

See Also