BarManager.SetMenuShowMouseButton(UIElement, ButtonSwitcher) Method
Sets the BarManager.MenuShowMouseButton attached property’s value for 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 for which the BarManager.MenuShowMouseButtonattached property is set. |
value | ButtonSwitcher | The BarManager.MenuShowMouseButton attached property’s value. |
See Also