Click or drag to resize
OGPropertiesMarkRowHeader Property
Gets or sets a value to show that the row header for the row with the current cell should be drawn pressed.

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

Property Value

Type: Boolean
true if the row header of the current cell is drawn as pressed; false otherwise.
See Also