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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
|
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. |
Overrides
System.Object.ToString()