Back to Devexpress

Bar.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-bar-8f688602.md

latest1.2 KB
Original Source

Bar.Visible Property

Gets or sets a value indicating whether the Bar is displayed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool Visible { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(True)>
Public Overridable Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the Bar is displayed; otherwise, false.

|

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace