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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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