Skip to main content

ITabbedViewController Interface

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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