Skip to main content
Bar

BarButtonItemLink.CloseSubMenuOnClick Property

Gets whether a submenu which contains this link is closed on a click.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public bool? CloseSubMenuOnClick { get; }

#Property Value

Type Description
Nullable<Boolean>

true if a submenu which contains this link is closed on a click; otherwise, false.

#Remarks

Use the BarButtonItem.CloseSubMenuOnClick opion to specify whether a submenu that contains links to specific items is closed upon clicking the link.

See Also