Class SerializableStackedColumn
Represents a class that is used to serialize and deserialize StackedColumn property settings.
Inheritance
System.Object
SerializableStackedColumn
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.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableStackedColumn
Constructors
SerializableStackedColumn()
Declaration
public SerializableStackedColumn()
Properties
ChildColumns
Gets or sets the name of child columns that need to be stacked under the specified serializable stacked column.
Declaration
public string ChildColumns { get; set; }
Property Value
Type |
---|
System.String |
HeaderText
Gets or sets the header text of the serializable stacked column.
Declaration
public string HeaderText { get; set; }
Property Value
Type |
---|
System.String |