Skip to main content
All docs
V25.1
  • SchedulerViewInfo(DxSchedulerDateTimeRange, SchedulerViewType) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public SchedulerViewInfo(
        DxSchedulerDateTimeRange _visibleTimeRange,
        SchedulerViewType _activeViewType
    )

    Parameters

    Name Type Description
    _visibleTimeRange DxSchedulerDateTimeRange

    A date or date range displayed in the Date Navigator.

    _activeViewType SchedulerViewType

    The active view type.

    See Also