Skip to main content
Bar

BarItemLink.IsLinkInRibbon Property

Indicates whether the current BarItemLink is located within a RibbonControl.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public virtual bool IsLinkInRibbon { get; }

#Property Value

Type Description
Boolean

true if the current BarItemLink is located within a RibbonControl; otherwise, false.

See Also