IRows Interface

Definition

Represents a collection of rows in an ITreeDataGridSource.

public interface IRows : IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged

Remarks

Note that items retrieved from an IRows collection may be reused, so the IRow should be treated as valid only until the next item is retrieved from the collection.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Methods (5)