SchedulerTimelineHeaderCellInfo.Interval Property
In This Article
Returns the interval to which the Scheduler header cell belongs.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DxSchedulerDateTimeRange Interval { get; }
#Property Value
Type | Description |
---|---|
Dx |
A date-time interval. |
#Remarks
Refer to the SchedulerTimelineHeaderCellInfo class description for more information and an example.
See Also