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

IBaseViewController Interface

An object that implements operations common to all types of documents.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public interface IBaseViewController :
    IBaseObject,
    IDisposable

The following members return IBaseViewController objects:

Remarks

You can access a controller object, which implements operations on documents, via a View’s Controller property (NativeMdiView.Controller or TabbedView.Controller).

See Also