menu

WinForms

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

    Show / Hide Table of Contents

    Class SelectedRecord

    A SelectedRecord class is a wrapper around a Record. It is used to add records to the SelectedRecordsCollection.

    Inheritance
    System.Object
    SelectedRecord
    Implements
    ITreeTableEntrySource
    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.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class SelectedRecord : ITreeTableEntrySource, IDisposable

    Constructors

    SelectedRecord(Record)

    Initializes a new instance of SelectedRecord entry for a Record

    Declaration
    public SelectedRecord(Record r)
    Parameters
    Type Name Description
    Record r

    The Record.

    Properties

    Record

    Gets the Record that is represented by this object.

    Declaration
    public Record Record { get; }
    Property Value
    Type
    Record

    Methods

    Dispose()

    Disposes the object.

    Declaration
    public void Dispose()

    GetSourcePosition()

    Gets the position of the record in the underlying data source (UnsortedRecords.IndexOf)

    Declaration
    public int GetSourcePosition()
    Returns
    Type Description
    System.Int32

    Record position.

    Explicit Interface Implementations

    ITreeTableEntrySource.Entry

    Gets or sets ITreeTableEntry.

    Declaration
    ITreeTableEntry ITreeTableEntrySource.Entry { get; set; }
    Returns
    Type
    ITreeTableEntry

    Implements

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