Gets a value that indicates whether this collection is capable of providing the
ordinal position of the changed item when it notifies of an item change.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
| C# |
|---|
bool SupportsItemOrdinals { get; } |
| Visual Basic |
|---|
ReadOnly Property SupportsItemOrdinals As Boolean Get |
Return Value
true if the collection can provide item ordinal positions.
Remarks
If this property returns true, LiveLinq can call the
EnableItemOrdinals()()()() method to require providing ordinals.