ArcGIS Explorer Component Help |
TableBindingAdapter..::.RemoveSort Method |
TableBindingAdapter Class See Also |
Removes any sort applied using ApplySort(PropertyDescriptor, 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 RemoveSort() |
Visual Basic (Declaration) |
---|
Public Overridable Sub RemoveSort |
Implements
IBindingList..::.RemoveSort()()()Exceptions
Exception | Condition |
---|---|
System..::.NotSupportedException | SupportsSorting is false. |