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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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