Click or drag to resize
StoreFrozenRowsEventArgs Constructor
Initializes a new StoreFrozenRowsEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreFrozenRowsEventArgs(
	uint frozenRows,
	uint headerRows
)

Parameters

frozenRows
Type: SystemUInt32
The number of rows to freeze.
headerRows
Type: SystemUInt32
The number of rows to be used for row headers.
See Also