[This is preliminary documentation and is subject to change.]

When overriden in derived class gets whether the items in the list are sorted.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected abstract bool IsSorted { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected MustOverride ReadOnly Property IsSorted As Boolean
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
virtual property bool IsSorted {
	bool get () abstract;
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract IsSorted : bool
JScript
abstract function get IsSorted () : boolean

Return Value

true if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort()()()() has not been called; otherwise, false.

Implements

IBindingList..::..IsSorted

Exceptions

See Also