Click or drag to resize
KaxListViewSortExpressionCollectionGetSortString Method
Get a comma separated list of sort fields and sort-order, in the same format used by DataView.Sort string expression. Returns null (Nothing) if there are no sort expressions in the collection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetSortString()

Return Value

Type: String
Comma separated list of sort fields and optionaly sort-order, null if there are no sort expressions in the collection
See Also