Click or drag to resize
StoreColWidthEventArgs Constructor
Initializes a new StoreColWidthEventArgs object for a given cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreColWidthEventArgs(
	uint col,
	int width
)

Parameters

col
Type: SystemUInt32
The column index of the cell.
width
Type: SystemInt32
The new width for the column.
See Also