Skip to main content
Bar

BarManager.GetMenuShowMouseButton(UIElement) Method

Gets the BarManager.MenuShowMouseButton attached property's value from a given object.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public static ButtonSwitcher GetMenuShowMouseButton(
    UIElement element
)

#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