Wisej.Web.SortOrder
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies how items in a list are sorted.
public enum SortOrder : Enum
Public Enum SortOrder As [Enum]
Ascending
The items are sorted in ascending order.
Descending
The items are sorted in descending order.
None
The items are not sorted.
DataGridView.SortOrder
Returns a value indicating whether the items in the DataGridView control are sorted in ascending or descending order, or are not sorted.
DataGridViewColumnHeaderCell.SortGlyphDirection
Returns or sets a value indicating which sort glyph is displayed.
ColumnHeader.SortGlyph
Returns or sets the type of sort glyph to display in the column header.
ListView.Sorting
Returns or sets the sort order for items in the control.
ListView.SortOrder
Returns a value indicating whether the items in the ListView control are sorted in ascending or descending order, or are not sorted.
Last updated 3 years ago
Was this helpful?