Show / Hide Table of Contents

Enum SortOrder

Specifies how items in a list are sorted.

Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum SortOrder

Fields

Name Description
Ascending

The items are sorted in ascending order.

AscendingNatural

The items are sorted in ascending natural order (ie. 11.jpg comes before 100.jpg).

Descending

The items are sorted in descending order.

DescendingNatural

The items are sorted in descending natural order (ie. 11.jpg comes after 100.jpg).

None

The items are not sorted.

Back to top Copyright © 2018 Özgür Özçıtak