Skip to main content
A newer version of this page is available. .

Bar.HideWhenEmpty Property

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

Namespace: DevExpress.Xpf.Bars

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

Declaration

public bool HideWhenEmpty { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also