Click or drag to resize
StoreFrozenColsEventArgsHeaderCols Property
Gets or sets the number of columns to be used as column headers.

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

Property Value

Type: UInt32
The number of columns to be used as column headers.
See Also