BarManager.GetMenuShowMouseButton(UIElement) Method
Gets the BarManager.MenuShowMouseButton attached property’s value from a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | UIElement | An UIElement whose BarManager.MenuShowMouseButton property’s value must be returned. |
Returns
| Type | Description |
|---|---|
| ButtonSwitcher | The BarManager.MenuShowMouseButton attached property’s value for a specified object. |
See Also