Back to Devexpress

Bar.IsAllowHide Property

wpf-devexpress-dot-xpf-dot-bars-dot-bar-36f9fafa.md

latest1.2 KB
Original Source

Bar.IsAllowHide Property

Gets whether the bar’s visibility can be changed by an end-user.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsAllowHide { get; }
vb
Public ReadOnly Property IsAllowHide As Boolean

Property Value

TypeDescription
Boolean

true if the bar’s visibility can be changed by an end-user; otherwise, false.

|

Remarks

Use the Bar.AllowHide property to specify whether the bar can be hidden or displayed by an end-user.

See Also

AllowHide

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace