Skip to main content
All docs
V24.2

SchedulerViewInfo(DxSchedulerDateTimeRange, SchedulerViewType) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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