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

IWindowsUIViewController Interface

An object that implements operations on a WindowsUIView‘s documents and Content Containers.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public interface IWindowsUIViewController :
    IBaseViewController,
    IBaseObject,
    IDisposable

The following members return IWindowsUIViewController objects:

Remarks

To access a controller that implements operations on documents and Content Containers, use the WindowsUIView.Controller property.

See Also