Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkBase.ActualIsVisible Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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