Click or drag to resize
ParamExcelLikeHeaders Property
Gets or sets the Excel-like behavior of the headers.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool ExcelLikeHeaders { get; set; }

Property Value

Type: Boolean
This property lets the user choose to keep track of the selection in the grid headers, like in Microsoft Excel.
See Also