menu

WinForms

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

    Show / Hide Table of Contents

    Class PreviewDataRow

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

    Inheritance
    System.Object
    DataRowBase
    DataRow
    PreviewDataRow
    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 PreviewDataRow : DataRow, IDisposable

    Constructors

    PreviewDataRow()

    Initializes a new instance of the PreviewDataRow class.

    Declaration
    public PreviewDataRow()

    Methods

    OnGenerateVisibleColumns(VisibleLinesCollection)

    Overridden 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