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