KaxListViewSortExpressionCollectionChangeSortOrder Method |
Adds the sort field (expression parameter) if the collection does not alreqady contain the field. Else the sort order of the field will be inverted. The default change order is
Asc -> Desc -> No Sort. The No-Sort state can be controlled using
AllowNaturalSort property
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void ChangeSortOrder(
string expression
)
Public Sub ChangeSortOrder (
expression As String
)
public:
void ChangeSortOrder(
String^ expression
)
member ChangeSortOrder :
expression : string -> unit
Parameters
- expression
- Type: SystemString
See Also