Click or drag to resize
StoreFrozenRowsEventArgsFrozenRows Property
Gets or sets the number of rows to freeze.

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

Property Value

Type: UInt32
The number of rows to freeze.
See Also