Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkBase.IsLinkInBarButtonGroup Property

Indicates whether the current BarItemLinkBase is located within a BarButtonGroup.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual bool IsLinkInBarButtonGroup { get; }

Property Value

Type Description
Boolean

true if the current BarItemLinkBase is located within a bar button group; otherwise, false.

See Also