TdxBarListItem.Items Property
Determines an array of text strings that make up a list.
Declaration
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