menu

WinUI

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

    Show / Hide Table of Contents

    Class RecordsEntryList

    Class that maintains the collection of RecordsEntry as the list, by implementing the RecordListBase.

    Inheritance
    System.Object
    RecordsListBase
    RecordsEntryList
    VirtualRecordEntryList
    Implements
    IRecordsEntryList
    System.Collections.Generic.IList<RecordEntry>
    System.Collections.Generic.ICollection<RecordEntry>
    System.Collections.Generic.IEnumerable<RecordEntry>
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.IDisposable
    Inherited Members
    RecordsListBase.Add(Object)
    RecordsListBase.Add(RecordEntry)
    RecordsListBase.Clear()
    RecordsListBase.CollectionChanged
    RecordsListBase.Contains(RecordEntry)
    RecordsListBase.CopyTo(RecordEntry[], Int32)
    RecordsListBase.Count
    RecordsListBase.Dispose()
    RecordsListBase.Dispose(Boolean)
    RecordsListBase.GetEnumerator()
    RecordsListBase.GetRecord(Int32)
    RecordsListBase.GetRecord(Object)
    RecordsListBase.GetRecordEntry(Int32, Object)
    RecordsListBase.GetSource()
    RecordsListBase.IndexOf(RecordEntry)
    RecordsListBase.IndexOfRecord(Object)
    RecordsListBase.indicesList
    RecordsListBase.Insert(Int32, RecordEntry)
    RecordsListBase.internalList
    RecordsListBase.IsInSuspend
    RecordsListBase.IsReadOnly
    RecordsListBase.Item[Int32]
    RecordsListBase.OnCollectionChanged(Object, NotifyCollectionChangedEventArgs)
    RecordsListBase.OnInitialize()
    RecordsListBase.Remove(RecordEntry)
    RecordsListBase.RemoveAt(Int32)
    RecordsListBase.ResumeUpdates()
    RecordsListBase.SuspendUpdates()
    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.dll
    Syntax
    public class RecordsEntryList : RecordsListBase, IRecordsEntryList, IList<RecordEntry>, ICollection<RecordEntry>, IEnumerable<RecordEntry>, IEnumerable, INotifyCollectionChanged, IDisposable

    Constructors

    RecordsEntryList()

    Initializes a new instance of the RecordsEntryList class.

    Declaration
    public RecordsEntryList()

    Implements

    IRecordsEntryList
    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved