WindowsUIView.Controller Property
Provides access to the current WindowsUIView‘s Controller.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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