ESRI.ArcGIS.Mobile.Client
GetSortDescriptions Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > IFeatureListBoxSortCriteria Interface : GetSortDescriptions Method

direction
The current sort direction setting of the feature list.
Returns a collection of sort descriptions to sort the feature list. The current sort direction property of the feature list is passed in as a hint.

Syntax

Visual Basic (Declaration) 
Function GetSortDescriptions( _
   ByVal direction As ListSortDirection _
) As IEnumerable(Of SortDescription)
C# 
IEnumerable<SortDescription> GetSortDescriptions( 
   ListSortDirection direction
)

Parameters

direction
The current sort direction setting of the feature list.

Return Value

Collection of sort descriptions to be applied to the feature list.

Remarks

This method is only called if the Comparer property is null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also