Click or drag to resize

ListSortEventArgs Class

Provides data for the Sort event of a List.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsListSortEventArgs

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListSortEventArgs : EventArgs

The ListSortEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodListSortEventArgs
Initializes a new instance of a class.
Top
Properties
  NameDescription
Public propertyColumn
Gets the reference to a ListColumn object that current list is sorted by.
Public propertyDirection
Gets a direction of the sort.
Public propertyRows
Gets a collection of List rows.
Top
Remarks