BarItemLink.Visible Property
In This Article
Determines whether the current item link is visible at runtime.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual bool Visible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the current item link is visible; otherwise, false. |
See Also