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

TdxBarContainerItem Class

A bar item that contains programmatically added links to other bar items.

#Declaration

Delphi
TdxBarContainerItem = class(
    TCustomdxBarContainerItem
)

#Remarks

This class represents the item in which the programmer may specify links to other items of the TdxBarManager. By populating the ItemLinks property with appropriate values, you can create a structure that resembles Favorites in Microsoft Internet Explorer. The ItemLinks property can be updated at any moment in time, however, it can be easier to perform this action in the OnGetData event handler.

See Also