Class
EnumerableDataRowCollection

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: IEnumerableINotifyCollectionChanged

Constructors

EnumerableDataRowCollection(DataTable)

Initializes a new instance of the EnumerableDataRowCollection class.

Declaration

cs-api-definition
public EnumerableDataRowCollection(DataTable dataTable)

Parameters

dataTable

DataTable

The source data table.

Properties

DataTable

Gets the source data table.

Declaration

cs-api-definition
public DataTable DataTable { get; }

Property Value

DataTable

The source data table.

Methods

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Events

CollectionChanged

Declaration

cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged

Event Value

NotifyCollectionChangedEventHandler

Implements INotifyCollectionChanged.CollectionChanged