ASPxClientVerticalGrid.ApplyFilter(filterExpression) Method
Applies the specified filter expression to the ASPxVerticalGrid.
Declaration
ApplyFilter(
filterExpression: string
): void
Parameters
Name | Type | Description |
---|---|---|
filterExpression | string | A string value that specifies the filter expression. |
See Also