Click or drag to resize
ParamNumberedColHeaders Property
Gets or sets numbered column headers

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

Property Value

Type: Boolean
A value to show that column headers are numbered (A,B,C,...) or that they depend on column information, such as a title for a column. true if they are numbered; false otherwise.
See Also