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

BarItemLinkBase.IsLinkInDropDownGallery Property

Indicates whether the current BarItemLinkBase is located within a gallery.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public virtual bool IsLinkInDropDownGallery { get; }

Property Value

Type Description
Boolean

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

See Also