Sorts the list based on a PropertyDescriptor and a ListSortDirection.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual void ApplySort(
	PropertyDescriptor property,
	ListSortDirection direction
)
Visual Basic (Declaration)
Public Overridable Sub ApplySort ( _
	property As PropertyDescriptor, _
	direction As ListSortDirection _
)

Implements

IBindingList..::.ApplySort(PropertyDescriptor, ListSortDirection)

Exceptions

See Also