Class GridHeader
Collectionn of Header color
Inheritance
System.Object
GridHeader
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridHeader : Object
Constructors
GridHeader()
Declaration
public GridHeader()
Properties
HoverColor
Get / set the Header Color in mouse Hover
Declaration
public Color HoverColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
NormalColor
Get / set the Header Color in normal mode
Declaration
public Color NormalColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
PressedColor
Get / set the header Color in mouse pressed
Declaration
public Color PressedColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |