SortOrder

Wisej.Web.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

Ascending

The items are sorted in ascending order.

Descending

The items are sorted in descending order.

None

The items are not sorted.

Used By

NameDescription

Returns a value indicating whether the items in the DataGridView control are sorted in ascending or descending order, or are not sorted.

Returns or sets a value indicating which sort glyph is displayed.

Returns or sets the type of sort glyph to display in the column header.

Returns or sets the sort order for items in the control.

Returns a value indicating whether the items in the ListView control are sorted in ascending or descending order, or are not sorted.

Last updated