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