Click or drag to resize
GridControlGetRowCount Method
Returns the number of rows in the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
protected virtual uint GetRowCount()

Return Value

Type: UInt32
The number of rows in the grid.
Remarks
This function is called whenever the number of rows for the grid is requested. This function can be used to operate the grid in "virtual mode." By overriding this function, the number of rows can be obtained from your own data sources.
See Also