Skip to main content
Bar

BarItemLinkBase.GetIsVisible(DependencyObject) Method

Retrieves the current BarItemLinkBase.IsVisible property value for the given bar item link.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool GetIsVisible(
    DependencyObject d
)

Parameters

Name Type Description
d DependencyObject

A DependencyObject that is the link whose current BarItemLinkBase.IsVisible property value is to be obtained.

Returns

Type Description
Boolean

A Boolean value that is the current BarItemLinkBase.IsVisible property value.

See Also