Gets whether the list supports sorting.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public virtual bool SupportsSorting { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property SupportsSorting As Boolean

Field Value

Return Value

true if the list supports sorting; otherwise, false.

Implements

IBindingList..::.SupportsSorting

See Also