Skip to main content
Bar

BarItem.IsVisible Property

Gets or sets whether links that refer to the current item are visible. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool IsVisible { get; set; }

#Property Value

Type Description
Boolean

true if links that refer to the current item are visible; otherwise, false.

#Remarks

If the IsVisible property is set to false, corresponding links are hidden. If the IsVisible property is set to true, links are visible, but individual links can still be hidden via their BarItemLinkBase.IsVisible properties.

Hidden items can be accessed and added to bars at runtime via the Customization Window.

See Also