Gets the PropertyDescriptor that is being used for 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 PropertyDescriptor SortProperty { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property SortProperty As PropertyDescriptor

Field Value

Return Value

The PropertyDescriptor that is being used for sorting.

Implements

IBindingList..::.SortProperty

Exceptions

See Also