Click or drag to resize
GridControlGetColCount Method
Returns the number of columns in the grid.

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

Return Value

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