.NET Windows Forms in a Nutshell

SortOrder serializable

System. Windows .Forms (system. windows .forms.dll) enum

This enumeration determines how items are sorted with the ListView.Sorting property.

public enum SortOrder { None = 0 , Ascending = 1 , Descending = 2 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) SortOrder

Returned By

ListView.Sorting

Passed To

ListView.Sorting

Категории