Skip to main content
Bar

BarItemLinkBase.IsVisible Property

Gets or sets whether the current link is 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

A Boolean value that specifies the link's visibility.

#Remarks

If a bar item's BarItem.IsVisible property is set to false, corresponding links are never visible and their IsVisible properties are ignored. If the BarItem.IsVisible property is set to true, individual links can be hidden by setting the IsVisible property to false.

See Also