Skip to main content
A newer version of this page is available. .
Bar

BarButtonItemLink.CloseSubMenuOnClick Property

Gets whether or not the sub-menu that contains this BarButtonItemLink should be closed when end-user clicks it

Namespace: DevExpress.Xpf.Bars

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

Declaration

public bool? CloseSubMenuOnClick { get; }

Property Value

Type Description
Nullable<Boolean>

true, if the sub-menu that contains this BarButtonItemLink should be closed; otherwise, false.

Remarks

This property is read-only. To set whether or not the sub-menu should be closed, use the parent item’s BarButtonItem.CloseSubMenuOnClick property.

See Also