Skip to main content
Bar

BarItemLink.Visible Property

Determines whether the current item link is visible at runtime.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public virtual bool Visible { get; set; }

Property Value

Type Description
Boolean

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

See Also