ASPxClientFilterControl.GetFilterExpression Method
Returns the filter expression.
Declaration
GetFilterExpression(): string
Returns
Type | Description |
---|---|
string | A string value that represents the filter expression. |
Remarks
The ASPxFilterControl allows end-users to build filter criteria of any complexity. After the filter expression has been constructed, you need to apply it. To do this, call the ASPxClientFilterControl.Apply method. To specify the filter expression in code, use the ASPxFilterControlBase.FilterExpression property.
See Also