menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpannedDataRow - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpannedDataRow

    Represents a class to maintain the grouped records.

    Inheritance
    System.Object
    DataRowBase
    DataRow
    SpannedDataRow
    Implements
    System.IDisposable
    Inherited Members
    DataRow.CreateDetailsViewExpanderColumn(Int32)
    DataRow.CreateGroupExpanderColumn(Int32)
    DataRow.CreateIndentColumn(Int32)
    DataRow.CreatePreviewRowExpanderColumn(Int32)
    DataRow.CreateRowHeaderColumn(Int32)
    DataRow.GetRowSize(DataColumnBase, Boolean)
    DataRowBase.Dispose()
    DataRowBase.GetColumnVisibleLineInfo(Int32)
    DataRowBase.GetVisibleColumns()
    DataRowBase.Index
    DataRowBase.IsCurrentRow
    DataRowBase.IsEditing
    DataRowBase.IsExpanded
    DataRowBase.IsSelectedRow
    DataRowBase.IsSpannedRow
    DataRowBase.Level
    DataRowBase.OnRowIndexChanged()
    DataRowBase.RowData
    DataRowBase.RowIndex
    DataRowBase.RowRegion
    DataRowBase.RowType
    DataRowBase.VisibleColumns
    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
    DataRowBase.Dispose(Boolean)

    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
    DataRow.GetColumnSize(Int32, Boolean)

    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
    DataRow.OnGenerateVisibleColumns(VisibleLinesCollection)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved