KaxListViewSortExpressionCollectionContainsExpression Method |
Returns true or false depending on whether the specified sorting expression
exists in the collection. Takes a string parameter.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ContainsExpression(
string expression
)
Public Function ContainsExpression (
expression As String
) As Boolean
public:
bool ContainsExpression(
String^ expression
)
member ContainsExpression :
expression : string -> bool
Parameters
- expression
- Type: SystemString
Return Value
Type:
Boolean
See Also