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 Class

Represents a list of toolbar strings.

#Declaration

Delphi
TdxBarListItem = class(
    TCustomdxBarContainerItem
)

#Remarks

The TdxBarListItem items are useful for the display of a numerated list of strings. Examples of numerated lists are lists of recently used files and lists of active windows in MDI applications. When creating numerated lists every text string is prefixed with a number. If the TdxBarListItem is placed on the toolbar, the TdxBarListItem appears as a submenu. If the TdxBarListItem is placed on a submenu, TdxBarListItems is presented as a string list.

TdxBarMRUListItem inherits from TdxBarListItem to represent a list of most recently used (MRU) items on toolbars.

See Also