All pages
Powered by GitBook
1 of 1

Loading...

SortOrder

Wisej.Web.SortOrder

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Specifies how items in a list are sorted.

public enum SortOrder : Enum
Public Enum SortOrder As [Enum]

Fields

Name
Description

Used By

Name
Description

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.