| ArcGIS Explorer Component Help |
| TableBindingAdapter..::.ApplySort Method |
| TableBindingAdapter Class See Also |
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: 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 _ ) |
Parameters
- property
- Type: System.ComponentModel..::.PropertyDescriptor
The PropertyDescriptor to sort by.
- direction
- Type: System.ComponentModel..::.ListSortDirection
One of the ListSortDirection values.
Implements
IBindingList..::.ApplySort(PropertyDescriptor, ListSortDirection)
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | SupportsSorting is false. |