Click or drag to resize
GridControlRowCount Property
Gets or sets the number of rows for this grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[TypeConverterAttribute(typeof(Int32Converter))]
public virtual uint RowCount { get; set; }

Property Value

Type: UInt32
The number of rows for this grid.
See Also