Click or drag to resize
StoreRowHeightEventArgsRow Property
Gets or sets the row for which the new height is being stored.

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 for which the new height is being stored.
See Also