menu

WinForms

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

    Show / Hide Table of Contents

    Class DetailsViewDataRow

    Represents a class that holds the data of the DetailsView row.

    Inheritance
    System.Object
    DataRowBase
    DataRow
    DetailsViewDataRow
    Implements
    System.IDisposable
    Inherited Members
    DataRow.CreateDetailsViewExpanderColumn(Int32)
    DataRow.CreateGroupExpanderColumn(Int32)
    DataRow.CreateIndentColumn(Int32)
    DataRow.CreatePreviewRowExpanderColumn(Int32)
    DataRow.CreateRowHeaderColumn(Int32)
    DataRow.GetColumnSize(Int32, Boolean)
    DataRow.GetRowSize(DataColumnBase, Boolean)
    DataRowBase.Dispose()
    DataRowBase.Dispose(Boolean)
    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 DetailsViewDataRow : DataRow, IDisposable

    Constructors

    DetailsViewDataRow()

    Initializes a new instance of the DetailsViewDataRow class.

    Declaration
    public DetailsViewDataRow()

    Properties

    DetailsViewDataGrid

    Gets or sets the DetailsViewDataGrid of the row.

    Declaration
    public DetailsViewDataGrid DetailsViewDataGrid { get; set; }
    Property Value
    Type
    DetailsViewDataGrid

    Methods

    OnGenerateVisibleColumns(VisibleLinesCollection)

    Overriden for the generation of VisibleColumns.

    Declaration
    protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
    Parameters
    Type Name Description
    VisibleLinesCollection visibleColumnLines

    The VisibleLinesCollection.

    Overrides
    DataRow.OnGenerateVisibleColumns(VisibleLinesCollection)

    Implements

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