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

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

Property Value

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