Click or drag to resize
StoreMoveRowsEventArgsDestinationRow Property
Gets or sets the destination row index, where the rows are moved to.

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

Property Value

Type: UInt32
The destination row index, where the rows are moved to.
See Also