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

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreFrozenColsEventArgs(
	uint frozenCols,
	uint headerCols
)

Parameters

frozenCols
Type: SystemUInt32
The number of columns to freeze.
headerCols
Type: SystemUInt32
The number of columns to be used for column headers.
See Also