Skip to main content

TcxGridBandedColumnPosition.LineCount Property

Defines the number of lines in which the current column is displayed.

Declaration

property LineCount: Integer read; write; default 1;

Property Value

Type Default
Integer 1

Remarks

The LineCount property specifies the height of a column. By default, columns are displayed with one line each. You can use the LineCount property to expand the column to several lines. Whenever this property’s value exceeds the default value, the contents of its cells are automatically shown in a data row in the manner of a multi-line column. Note that this also prohibits end-users from changing the height of data rows by dragging the bottom edge of indicator items (when the column is currently visible within the View and the View’s OptionsCustomize.DataRowSizing property is set to True).

The default value of the LineCount property is 1.

See Also