BarManager.GetMenuShowMouseButton(UIElement) Method
Gets the BarManager.MenuShowMouseButton attached property’s value from a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
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