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

TCustomdxBarSubItem.ItemLinks Property

Provides access to a collection of links to bar items.

#Declaration

Delphi
property ItemLinks: TdxBarItemLinks read; write;

#Property Value

Type
TdxBarItemLinks

#Remarks

Item links contained within the ItemLinks collection are used to create bar item controls for the subitem. For instance, if you wish to add a new button to a subitem, add the item link for this button to the subitem’s ItemLinks property.

See Also