Click or drag to resize
StoreColWidthEventArgsCol Property
Gets or sets the column for which the new width is being stored.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public uint Col { get; set; }

Property Value

Type: UInt32
The column for which the new width is being stored.
See Also