Click or drag to resize
StoreRemoveRowsEventArgsFromRow Property
Gets or sets the starting row index of the range of rows to remove.

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

Property Value

Type: UInt32
The starting row index of the range of rows to remove.
See Also