Click or drag to resize
GridControlFrozenCols Property
Gets or sets the number of frozen columns in the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(0)]
public uint FrozenCols { get; set; }

Property Value

Type: UInt32
The number of frozen columns in the grid. This is 0 if no columns are frozen.
See Also