Back to Devexpress

BarItemLink.IsLinkInMenu Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-282218cc.md

latest1.2 KB
Original Source

BarItemLink.IsLinkInMenu Property

Indicates whether the current BarItemLink is located within the opened menu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsLinkInMenu { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsLinkInMenu As Boolean

Property Value

TypeDescription
Boolean

true , if the current BarItemLink is located within the opened menu, otherwise, false.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace