Skip to main content

ViewNavigator(IContainer) Constructor

Initializes a new instance of the ViewNavigator class with the specified container.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public ViewNavigator(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also