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

ITabbedViewController Interface

An object that implements operations on a TabbedView‘s documents.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public interface ITabbedViewController :
    IBaseViewController,
    IBaseObject,
    IDisposable

The following members return ITabbedViewController objects:

Remarks

To access a controller that implements operations on documents, use the TabbedView.Controller property.

See Also