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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string GetSortString()
Public Function GetSortString As String
public:
String^ GetSortString()
member GetSortString : unit -> string
Return Value
Type:
StringComma separated list of sort fields and optionaly sort-order, null if there are no sort expressions in the collection
See Also