WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackedColumn - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StackedColumn

    Represents the class that used to hold the child columns and header text.

    Inheritance
    System.Object
    StackedColumn
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class StackedColumn

    Constructors

    StackedColumn()

    Declaration
    public StackedColumn()

    Properties

    ChildColumns

    Gets or sets the name of child columns that need to be stacked under the specified stacked column.

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

    A string that contains the column names to stacked under the particular category. The default value is string.Empty.

    HeaderText

    Gets or sets the header text of the stacked column.

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

    A string that contains the text to displayed on stacked column. The default value is string.Empty.

    Methods

    ToString()

    Overriden to return the string representation of the object.

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

    Returns the string respresentation of the object.

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