Click or drag to resize
GridControlIsColHidden Method
Indicates if the specified column is hidden.

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

Parameters

col
Type: SystemUInt32
The column to be tested.

Return Value

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