BarManager.GetMenuShowMouseButton(UIElement) Method
In This Article
Gets the BarManager.MenuShowMouseButton attached property’s value from a given object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static ButtonSwitcher GetMenuShowMouseButton(
UIElement element
)
#Parameters
Name | Type | Description |
---|---|---|
element | UIElement | An UIElement whose Bar |
#Returns
Type | Description |
---|---|
Button |
The Bar |
See Also