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

PopupMenuShowingEventArgs.Control Property

Gets the dock control for which the DockManager.PopupMenuShowing event has been fired.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Control Control { get; }

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