System.ComponentModel.IBindingList.IsSorted Property

Gets whether the items in the list are sorted.

Syntax

public bool IsSorted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is supported if IBindingList.SupportsSorting is true; otherwise, this property throws a NotSupportedException.

If IBindingList.IsSorted returns true, items are added or removed in the order of the sort.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0