Click or drag to resize
KaxListViewSortOrder Enumeration
Enumeration representing the order of sorting data in KaxListView

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum KaxListViewSortOrder
Members
  Member nameValueDescription
None0do not sort the listview data
Ascending1sorts listview data in ascending order
Descending2sorts listview data in descending order
See Also