KaxListViewGroupExpressionParse Method |
Parses a string representation of the sort order and returns
GirdSortExpression.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public static KaxListViewSortExpression Parse(
string expression
)
Public Shared Function Parse (
expression As String
) As KaxListViewSortExpression
public:
static KaxListViewSortExpression^ Parse(
String^ expression
)
static member Parse :
expression : string -> KaxListViewSortExpression
Parameters
- expression
- Type: SystemString
Return Value
Type:
KaxListViewSortExpressionSee Also