Click or drag to resize

ListSortRows Method (Int32, ListSortDirection, Boolean)

Sorts list rows.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void SortRows(
	int columnIndex,
	ListSortDirection direction,
	bool dateSort
)

Parameters

columnIndex
Type: SystemInt32
Zero-based index of the column to sort rows by.
direction
Type: Dynamicweb.ControlsListSortDirection
Sorting direction.
dateSort
Type: SystemBoolean
Remarks