AnonymousSortableRows Class

Definition

Show inherited members (21)

Exposes a sortable collection of models as anonymous rows.

public class AnonymousSortableRows<TModel> : ReadOnlyListBase<IRow<TModel>>, IReadOnlyList<IRow<TModel>>, IReadOnlyCollection<IRow<TModel>>, IEnumerable<IRow<TModel>>, IList, ICollection, IRows, IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged, IDisposable

Type parameters

TModel
The model type.

Remarks

In a flat grid where rows cannot be resized, it is not necessary to persist any information about rows; the same row object can be updated and reused when a new row is requested.

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

Constructors (1)

Properties (3)

Methods (9)

Events (1)

Explicit Interface Implementation Methods (1)