Table of Contents
SortOrder Enumeration

Specifies the sorting order.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum SortOrder
Members
Member Name Description
None Items are not sorted.
Ascending Items are sorted in ascending order.
Descending Items are sorted in descending order.
See Also