constructor(filterExpression) Constructor
In This Article
Initializes a new instance of the ASPxClientFilterAppliedEventArgs class.
#Declaration
TypeScript
constructor(
filterExpression: string
)
#Parameters
Name | Type | Description |
---|---|---|
filter |
string | A string value that specifies the filter expression currently being applied. This value is assigned to the ASPx |
See Also