Skip to main content
A newer version of this page is available. .

ASPxClientFilterAppliedEventArgs.filterExpression Property

Gets the filter expression currently being applied.

Declaration

filterExpression: string

Property Value

Type Description
string

A string value that specifies the filter expression currently being applied.

Remarks

Use the filterExpression property to obtain new filter criteria, and apply them to a control or data source.

See Also