TdxBarListItem.ShowNumbers Property
In This Article
Determines whether to display the numeration of TdxBarListItem strings.
#Declaration
Delphi
property ShowNumbers: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If set to True (by default), numbers are displayed on the left side of TdxBarListItem strings. Set the ShowNumbers property to False to suppress this set.
See Also