BarItemLink.Visible Property
Determines whether the current item link is visible at runtime.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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