Click or drag to resize
StoreMoveColsEventArgsDestinationCol Property
Gets or sets the destination column index, where the columns are moved to.

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

Property Value

Type: UInt32
The destination column index, where the columns are moved to.
See Also