Skip to main content
Bar

BarButtonItem.CloseSubMenuOnClick Property

Gets or sets whether the sub-menu that contains this BarButtonItem should be closed when an 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; set; }

Property Value

Type Description
Nullable<Boolean>

true, if sub-menu that contains this BarButtonItem should be closed when an end-user clicks it; otherwise, false.

Remarks

See the BarSubItem topic to learn how to populate sub-menus with BarButtonItem objects.

See Also