PopupMenuShowingEventArgs.Control Property
In This Article
Gets the dock control for which the DockManager.PopupMenuShowing event has been fired.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Control | The dock control for which the popup menu is about to be displayed. |
#Remarks
The Control property refers to the dock object (an AutoHideContainer or DockPanel) for which the popup menu is to be displayed.
See Also