IBaseViewController Interface
In This Article
An object that implements operations common to all types of documents.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Related API Members
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