Back to Devexpress

BarItemLinkBase.IsLinkInBar Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-8d8f3e64.md

latest1.2 KB
Original Source

BarItemLinkBase.IsLinkInBar Property

Gets whether the current BarItemLinkBase is located within a Bar.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual bool IsLinkInBar { get; }
vb
Public Overridable ReadOnly Property IsLinkInBar As Boolean

Property Value

TypeDescription
Boolean

true, if the current BarItemLinkBase is located within a Bar; otherwise, false.

|

See Also

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace