Back to Devexpress

PopupMenuShowingEventArgs.Control Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-popupmenushowingeventargs.md

latest1.7 KB
Original Source

PopupMenuShowingEventArgs.Control Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Control Control { get; }
vb
Public ReadOnly Property Control As Control

Property Value

TypeDescription
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

Point

Menu

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraBars.Docking Namespace