Skip to main content

SchedulerDateHeaderCellInfo.Interval Property

Specifies the interval to which the date header cell belongs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange Interval { get; }

Property Value

Type Description
DxSchedulerDateTimeRange

A date-time interval.

Remarks

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

See Also