TcxTreeListBand.LineCount Property
Returns the number of line that the current band header occupies in the band header panel.
Declaration
property LineCount: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The number of lines occupied in the band header panel. |
Remarks
For hidden bands, this property returns 0.
Use the Tree List control’s BandLineHeight property to specify the height of a band header row, in pixels.
See Also