Class StackedColumn
Represents the class that used to hold the child columns and header text.
Inheritance
System.Object
StackedColumn
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class StackedColumn : Object
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
|
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 |
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. |