Skip to main content
A newer version of this page is available. .

ViewNavigator(IContainer) Constructor

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.Extensions.dll

Declaration

public ViewNavigator(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also