Skip to main content
Bar

BarItemLinkBase.SetIsVisible(DependencyObject, Boolean) Method

Sets the new 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 void SetIsVisible(
    DependencyObject d,
    bool value
)

Parameters

Name Type Description
d DependencyObject

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

value Boolean

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

See Also