TcxVerticalGridRows.Count Property
In This Article
Returns the total number of rows within the vertical grid control.
#Declaration
Delphi
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