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

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

Parameters

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