RadControls for WPF

Contains values that specify how to order items.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.40

Syntax

C#
public enum SortOrder
Visual Basic
Public Enumeration SortOrder

Members

Member nameValueDescription
Distance0 Order the items from closest to a location to farthest from a location.
Popularity1 Order the items from most popular to least popular.
Rating2 Order the items from highest rating to lowest rating.
Relevance3 Order the items from most relevant to least relevant.

See Also