Gets the direction of the sort.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  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

See Also