Click or drag to resize
StoreInsertRowsEventArgsRow Property
Gets or sets the row index at which to insert the rows.

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

Property Value

Type: UInt32
The row index at which to insert the rows.
See Also