Click or drag to resize
StoreRemoveRowsEventArgsToRow Property
Gets or sets the ending 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 ToRow { get; set; }

Property Value

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