Skip to main content
Bar

QueryShowPopupMenuEventArgs.Control Property

Gets a control whose popup menu is queried.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Control Control { get; }

Property Value

Type Description
Control

A control whose popup menu is queried.

Remarks

Use this property to access properties and methods of a specific control.

See Also