Back to Devexpress

WindowsUIView.Controller Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-9c3c44d7.md

latest2.0 KB
Original Source

WindowsUIView.Controller Property

Provides access to the current WindowsUIView‘s Controller.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public IWindowsUIViewController Controller { get; }
vb
<Browsable(False)>
Public ReadOnly Property Controller As IWindowsUIViewController

Property Value

TypeDescription
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

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace