SortableRowsBase<TModel, TRow> Class

Definition

Show inherited members (21)

An IRows collection which supports sorting.

public abstract class SortableRowsBase<TModel, TRow> : ReadOnlyListBase<TRow>, IReadOnlyList<TRow>, IReadOnlyCollection<TRow>, IEnumerable<TRow>, IList, ICollection, IEnumerable, IDisposable where TRow : IRow<TModel>, IModelIndexableRow, IDisposable

Type parameters

TModel
The model type.
TRow
The row type.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)

Methods (7)

Events (1)