TcxVerticalGridRows.Count Property
Returns the total number of rows within the vertical grid control.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property value to obtain the number of rows. Use the Items property to access vertical grid rows.
See Also