Skip to main content
Version: 3.5

SortOrder

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how items in a list are sorted.

public enum SortOrder : Enum

Fields

NameDescription
AscendingThe items are sorted in ascending order.
DescendingThe items are sorted in descending order.
NoneThe items are not sorted.

Used By

NameDescription
DataGridView.SortOrderReturns a value indicating whether the items in the DataGridView control are sorted in ascending or descending order, or are not sorted.
DataGridViewColumnHeaderCell.SortGlyphDirectionReturns or sets a value indicating which sort glyph is displayed.
ColumnHeader.SortGlyphReturns or sets the type of sort glyph to display in the column header.
ListView.SortingReturns or sets the sort order for items in the control.
ListView.SortOrderReturns a value indicating whether the items in the ListView control are sorted in ascending or descending order, or are not sorted.