Skip to main content
All docs
V26.1
  • DxSchedulerDateTimeRangeCollection(IEnumerable<DxSchedulerDateTimeRange>) Constructor

    Initializes a new instance of the DxSchedulerDateTimeRangeCollection class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public DxSchedulerDateTimeRangeCollection(
        IEnumerable<DxSchedulerDateTimeRange> collection
    )

    Parameters

    Name Type Description
    collection IEnumerable<DxSchedulerDateTimeRange>

    A collection of date-time intervals.

    See Also