Back to Devexpress

ToolBarControlBase.HideWhenEmpty Property

wpf-devexpress-dot-xpf-dot-bars-dot-toolbarcontrolbase-a2b8ca5c.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool HideWhenEmpty { get; set; }
vb
Public Property HideWhenEmpty As Boolean

Property Value

TypeDescription
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

AllowHide

ToolBarControlBase Class

ToolBarControlBase Members

DevExpress.Xpf.Bars Namespace