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

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreHideColEventArgs(
	uint col,
	bool hide
)

Parameters

col
Type: SystemUInt32
The column to hide or show.
hide
Type: SystemBoolean
true to hide the column; false to show it.
See Also