Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItemLinks.IsReferencedBy(IdxBarLinksOwner) Method

Returns True when the specified ALinksOwner contains the current TdxBarItemLinks collection, or references at least one item within this collection.

#Declaration

Delphi
function IsReferencedBy(const ALinksOwner: IdxBarLinksOwner): Boolean;

#Parameters

Name Type
ALinksOwner IdxBarLinksOwner

#Returns

Type
Boolean

#Remarks

An object passed as the ALinksOwner parameter specifies an item links container, such as a toolbar/menu, popup menu, a button with a dropdown menu, etc.

See Also