Skip to main content
Bar

BarItemLinkBase.ActualIsVisible Property

Returns whether the link is actually visible. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public bool ActualIsVisible { get; }

#Property Value

Type Description
Boolean

A Boolean value that specifies whether the link is actually visible.

#Remarks

See the BarItemLinkBase.IsVisible property to learn more.

See Also