Back to Devexpress

IWindowsUIViewController Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-117dc4ef.md

latest2.1 KB
Original Source

IWindowsUIViewController Interface

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IWindowsUIViewController :
    IBaseViewController,
    IBaseObject,
    IDisposable
vb
Public Interface IWindowsUIViewController
    Inherits 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

IWindowsUIViewController Members

Controller

Content Containers

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace