Class StackedHeaderRow
Represents a StackedHeader row that contains the collection of StackedColumns.
Inheritance
System.Object
StackedHeaderRow
Implements
System.IDisposable
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 StackedHeaderRow : IDisposable
Constructors
StackedHeaderRow()
Initializes a new instance of the StackedHeaderRow class.
Declaration
public StackedHeaderRow()
Properties
Name
Gets or sets the name of the StackedHeaderRow.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the name of the StackedHeaderRow. The default value is null. |
StackedColumns
Gets or sets the Stacked Column for the stacked header row.
Declaration
public StackedColumns StackedColumns { get; set; }
Property Value
Type |
---|
StackedColumns |
Methods
Dispose()
Clean up any resources being used.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes of the resources used by the StackedHeaderRow.
Declaration
protected virtual void Dispose(bool isDispose)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDispose | Indicates whether the call is from the Dispose method. |
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()
Implements
System.IDisposable