Class SerializableStackedHeaderRow
Represents a class that is used to serialize and deserialize StackedHeaderRow property settings.
Inheritance
System.Object
SerializableStackedHeaderRow
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 SerializableStackedHeaderRow
Constructors
SerializableStackedHeaderRow()
Declaration
public SerializableStackedHeaderRow()
Properties
Name
Gets or sets the name of the SerializableStackedHeaderRow.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
StackedColumns
Gets or sets the collection of the serializable StackedColumns to group under particular category.
Declaration
public SerializableStackedColumns StackedColumns { get; set; }
Property Value
Type |
---|
SerializableStackedColumns |