Click or drag to resize
OGPropertiesMarkColHeader Property
Gets or sets a value to show that the column header for the column 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 MarkColHeader { get; set; }

Property Value

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