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

WindowsUIView.Controller Property

Provides access to the current WindowsUIView‘s Controller.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public IWindowsUIViewController Controller { get; }

Property Value

Type Description
IWindowsUIViewController

An IWindowsUIViewController object for the current WindowsUIView.

Remarks

The Controller property provides access to the current WindowsUIView‘s controller that contains methods for managing Documents, Tiles and Content Containers.

See Also