TcxCustomGridTableOptionsView.CellTextMaxLineCount Property
Specifies the maximum number of text lines in a cell.
Declaration
property CellTextMaxLineCount: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use this property to limit the number of text lines that a cell can display when the CellAutoHeight property is set to True. The cell clips content if it does not fit. If the CellTextMaxLineCount property is set to 0, a grid View expands cells vertically to fit content in automatic height calculation mode.
The CellTextMaxLineCount property’s default value is 0.
See Also