Click or drag to resize
KaxListViewSortExpressionSortOrderFromString Method
Returns a KaxListViewSortOrder enumeration based on the string input. Takes either "ASC" or "DESC"

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static KaxListViewSortOrder SortOrderFromString(
	string sortOrder
)

Parameters

sortOrder
Type: SystemString

Return Value

Type: KaxListViewSortOrder
See Also