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

TcxTreeListBandRow.LineCount Property

Returns the height of the current band row within the column header panel, in text lines.

#Declaration

Delphi
property LineCount: Integer read;

#Property Value

Type
Integer

#Remarks

A band row’s height is determined as the maximum height of visible columns arranged within this band row.

To specify a column’s height, use the column’s Position.LineCount property.

Use the VisibleIndex property to get a band row’s vertical position within the column header panel. To determine the text line at which the row is positioned, use the LineOffset property.

See Also