| ArcGIS Explorer Component Help |
| TableBindingAdapter..::.SortDirection Property |
| TableBindingAdapter Class See Also |
Gets the direction of the sort.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public virtual ListSortDirection SortDirection { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property SortDirection As ListSortDirection |
Field Value
Return Value
One of the ListSortDirection values.Implements
IBindingList..::.SortDirection
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | SupportsSorting is false. |