Click or drag to resize
OGPropertiesDisplayColHeaders Property
Gets or sets a value to show that column headers (cells in row 0) are displayed.

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

Property Value

Type: Boolean
true if the column headers are displayed; false otherwise.
See Also