BarSubItem.HideWhenEmpty Property
Gets or sets whether the sub-menu button is automatically hidden from the menu if the sub-menu does not contain any items.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the sub-menu button is automatically hidden if the sub-menu is empty; otherwise, false. The default is false. |
Remarks
By default, the sub-menu button is shown, even if the sub-menu is empty. When the current sub-menu does not contain any items, you can automatically hide the sub-menu button by setting the HideWhenEmpty property to true.
See Also