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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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