Click or drag to resize
GridControlIsRowHidden Method
Indicates if the specified row is hidden.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool IsRowHidden(
	uint row
)

Parameters

row
Type: SystemUInt32
The row to be tested

Return Value

Type: Boolean
true if the row is hidden, false otherwise.
See Also