ClassEnumerableDataRowCollection
Class
Helper class that mimics EnumerableRowCollection, but exposes the source DataTable as public property.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class EnumerableDataRowCollection : IEnumerable, INotifyCollectionChanged
Inheritance: objectEnumerableDataRowCollection
Implements:
Constructors
EnumerableDataRowCollection(DataTable)
Initializes a new instance of the EnumerableDataRowCollection class.
Declaration
cs-api-definition
public EnumerableDataRowCollection(DataTable dataTable)
Parameters
dataTable
The source data table.
Properties
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Events
CollectionChanged
Declaration
cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Value
Implements