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.Items Property

Determines an array of text strings that make up a list.

#Declaration

Delphi
property Items: TStrings read; write;

#Property Value

Type
TStrings

#Remarks

Specifies the TStrings object, whose items are drawn on a bar control. During display, TdxBarListItem strings are numerated automatically. If the string is equal to ‘-‘, it is treated as a group separator and the component does not create an item link and thus is not taken into consideration by the component when calculating the ItemIndex. The item control corresponding to the string next to the ‘-‘ string starts a group.

See Also