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

TdxBarListItem.ItemList Property

Returns a list of item controls that represent items in the current item list, and items located in the item list control.

#Declaration

Delphi
property ItemList: TList read;

#Property Value

Type
TList

#Remarks

By right-clicking either a submenu that contains a list item, or a list item on a toolbar, an end-user can invoke a popup menu that contains strings (items of the item list). These strings are represented by toolbar buttons whose captions are the values of the Items property.

The ItemList property provides access to the list of these toolbar buttons.

See Also