Skip to main content
All docs
V26.1
  • SchedulerTimelineHeaderCellInfo.Interval Property

    Returns the interval to which the Scheduler header cell belongs.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public DxSchedulerDateTimeRange Interval { get; }

    Property Value

    Type Description
    DxSchedulerDateTimeRange

    A date-time interval.

    Remarks

    Refer to the SchedulerTimelineHeaderCellInfo class description for additional information and an example.

    See Also