PopupMenu.Activator Property
Specifies an object which activates the PopupMenu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Object | An object that activates the PopupMenu. |
Remarks
This property returns an object activating the PopupMenu. For instance, if the PopupMenu is displayed when a bar button is clicked, this property value contains a BarItemLink instance.
See Also