Click or drag to resize
GridControlLeftCol Property
Gets the leftmost non-frozen column of the view.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
public uint LeftCol { get; }

Property Value

Type: UInt32
The index of the leftmost scrollable row.
See Also