Interface IIndexAware
- Namespace
- DynamicData.Binding
- Assembly
- DynamicData.dll
Implement on an object and use in conjunction with UpdateIndex operator to make an object aware of it's sorted index.
public interface IIndexAware
Properties
Index
Gets or sets the index.
int Index { get; set; }
Property Value
- int
The index.