Class GridHeaderText
Collection of Header text color
Inheritance
System.Object
GridHeaderText
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridHeaderText : Object
Constructors
GridHeaderText()
Declaration
public GridHeaderText()
Properties
HoverTextColor
get / set hover text color of header
Declaration
public Color HoverTextColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
NormalTextColor
grt /set normal header text color
Declaration
public Color NormalTextColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
PressedTextColor
get /set header pressed color
Declaration
public Color PressedTextColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |