IBindingList::IsSorted Property
.NET Framework (current version)
Gets whether the items in the list are sorted.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if ApplySort has been called and RemoveSort has not been called; otherwise, false.
| Exception | Condition |
|---|---|
| NotSupportedException | SupportsSorting is false. |
This property is supported if SupportsSorting is true; otherwise, this property throws a NotSupportedException.
If IsSorted returns true, items are added or removed in the order of the sort.
.NET Framework
Available since 1.1
Available since 1.1
Show: