Click or drag to resize
StoreMoveColsEventArgsToCol Property
Gets or sets the ending column index of the range of columns to move.

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

Property Value

Type: UInt32
The ending column index of the range of columns to move.
See Also