Class SpannedDataRow
Represents a class to maintain the grouped records.
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)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SpannedDataRow : DataRow, IDisposable
Constructors
SpannedDataRow()
Initializes a new instance of the SpannedDataRow class.
Declaration
public SpannedDataRow()
Methods
Dispose(Boolean)
Disposes all the resources used by the SpannedDataRow class.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Overrides
GetColumnSize(Int32, Boolean)
Calculates the column size for a the given column index.
Declaration
protected override double GetColumnSize(int index, bool lineNull)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The column index. |
System.Boolean | lineNull | Indicates line is not in view. |
Returns
Type | Description |
---|---|
System.Double | Returns the column size. |
Overrides
OnGenerateVisibleColumns(VisibleLinesCollection)
Generates the visible columns for the SpannedDataRow while grouping the SFDataGrid.
Declaration
protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
Parameters
Type | Name | Description |
---|---|---|
VisibleLinesCollection | visibleColumnLines | The Collection of visible columns. |
Overrides
Implements
System.IDisposable