Class GridHeaderText
Collection of Header text color
Inheritance
System.Object
GridHeaderText
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridHeaderText
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 |