SortOrder
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how items in a list are sorted.
- C#
- VB.NET
public enum SortOrder : Enum
Public Enum SortOrder As [Enum]
Fields
| Name | Description |
|---|---|
| Ascending | The items are sorted in ascending order. |
| Descending | The items are sorted in descending order. |
| None | The items are not sorted. |
Used By
| Name | Description |
|---|---|
| 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. |