IWidgetViewController Interface
In This Article
Provides methods that allow you to manage Documents within a WidgetView in code.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Related API Members
The following members return IWidgetViewController objects:
#Remarks
To access the IWidgetViewController object related to a WidgetView, use the WidgetView.Controller property.
See Also