BarButtonItemLink.CloseSubMenuOnClick Property
In This Article
Gets whether a submenu which contains this link is closed on a click.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true if a submenu which contains this link is closed on a click; otherwise, false. |
#Remarks
Use the BarButtonItem.CloseSubMenuOnClick opion to specify whether a submenu that contains links to specific items is closed upon clicking the link.
See Also