menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridHeaderText - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved