Skip to main content

TcxGridLayoutViewOptionsView.MaxRowCount Property

Specifies the maximum number of cards to be displayed in each row.

Declaration

property MaxRowCount: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The MaxRowCount property is in effect when cards are displayed in the row format (the ViewMode property is lvvmSingleRow or lvvmMultiRow).

If the MaxRowCount property is 0, the maximum number of cards is calculated automatically, depending upon the View size and the ShowOnlyEntireRecords property.

The default value of the MaxRowCount property is 0.

See Also