Back to Devexpress

BarItemLink.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-5f5f4a8d.md

latest1.1 KB
Original Source

BarItemLink.Visible Property

Determines whether the current item link is visible at runtime.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual bool Visible { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Overridable Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the current item link is visible; otherwise, false.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace