Skip to main content

TcxGridBandRow.LineCount Property

Returns the number of lines occupied by the current row.

Declaration

property LineCount: Integer read;

Property Value

Type
Integer

Remarks

You can force every column in a row to occupy several lines via the Position.LineCount attribute. In this case, the row will occupy several lines. Columns, combined into a band may have different height settings:

The LineCount property returns the maximum of the column Position.LineCount value, i.e. for the image above, the LineCount property value is 4.

See Also