TcxVerticalGridCustomizing.RowCount Property
Specifies the number of visible rows in the Customization Form.
Declaration
property RowCount: Integer read; write; default 10;
Property Value
Type | Default |
---|---|
Integer | 10 |
Remarks
Use the RowCount property to specify the number of visible rows in the Customization Form. The height of the Customization Form window depends on this property when the Customization Form window appears the first time. The user can then change the height of the Customization Form window by dragging its bottom edge.
The default value of the RowCount property is 10.
See Also