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