Class SelectedRecord
A SelectedRecord class is a wrapper around a Record. It is used to add records to the SelectedRecordsCollection.
Inheritance
System.Object
SelectedRecord
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
System.IDisposable