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

TcxGridBandedColumnPosition.LineCount Property

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

#Declaration

Delphi
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