BarItemLinkBase.ActualIsVisible Property
In This Article
Returns whether the link is actually visible. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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