Skip to main content
Bar

BarButtonItemLink.CloseSubMenuOnClick Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

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 the sub-menu should be closed, use the parent item’s BarButtonItem.CloseSubMenuOnClick property.

See Also