Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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