Table of Contents

Enum ListViewSortMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the sorting behavior of the control.

public enum ListViewSortMode

Fields

Ascending = 1

The items are sorted in ascending order.

Custom = 3

The items are sorted using the custom sort method.

Descending = 2

The items are sorted in descending order.

None = 0

No sorting