menu

WinForms

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

    Show / Hide Table of Contents

    Class CellHeaderInfo

    Represents the cell header information.

    Inheritance
    System.Object
    CellHeaderInfo
    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)
    Namespace: Syncfusion.Olap.Engine
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class CellHeaderInfo

    Constructors

    CellHeaderInfo()

    Declaration
    public CellHeaderInfo()

    Properties

    Member

    Gets or sets the member of the header cell.

    Declaration
    public Member Member { get; set; }
    Property Value
    Type Description
    Member

    The member of the header cell.

    Name

    Gets or sets the name of the header cell.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name of the header cell.

    UniqueName

    Gets or sets the unique name of the header cell.

    Declaration
    public string UniqueName { get; set; }
    Property Value
    Type Description
    System.String

    The unique name of the header cell.

    Methods

    ToString()

    Returns a System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved