KaxListViewSortExpressionCollectionAddSortExpression Method (String) |
If
AllowMultiFieldSorting is true adds the sortExpression in the collection.
Else any other expression previously stored in the collection wioll be removed
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void AddSortExpression(
string expression
)
Public Sub AddSortExpression (
expression As String
)
public:
void AddSortExpression(
String^ expression
)
member AddSortExpression :
expression : string -> unit
Parameters
- expression
- Type: SystemString
String containing sort field and optionaly sort order (ASC or DESC)
See Also