Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolBarControlBase.HideWhenEmpty Property

Gets or sets whether the current tool bar is automatically hidden when it does not contain any items. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public bool HideWhenEmpty { get; set; }

#Property Value

Type Description
Boolean

true, if the current tool bar is automatically hidden when it does not contain any items; otherwise, false. The default is false.

#Remarks

By default, a tool bar is not automatically hidden when it does not contain any items. Set the HideWhenEmpty property to true to automatically hide the current tool bar when it is empty.

See Also