Gets the collection of Sort instances describing sort keys to be included when this data source makes a navigation query.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[BrowsableAttribute(false)]
public Collection<Sort> Sorts { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Sorts As Collection(Of Sort)
Visual C++
[BrowsableAttribute(false)]
public:
property Collection<Sort^>^ Sorts {
	Collection<Sort^>^ get ();
}

See Also