TdxListViewIconOptions.TextLineCount Property
Specifies the number of text lines that list items can display.
Declaration
property TextLineCount: Integer read; write; default 2;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 2 | The text line count. |
Remarks
The TextLineCount property value can be between 1 and MaxTextLineCount.
The TextLineCount property’s default value is 2.
See Also