Click or drag to resize
GridControlGetColWidth Method
Gets the width of the specified column.

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

Parameters

col
Type: SystemUInt32
The column index.

Return Value

Type: Int32
The column width, in pixels. If it is 0, the column is hidden.
See Also