ASPxClientFilterAppliedEventArgs.filterExpression Property
In This Article
Gets the filter expression currently being applied.
#Declaration
TypeScript
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