FormGroupControl.filter Method
Is called when the user right-clicks a form group control and then clicks Filter By Selection.
Syntax
public void filter([str filterStr])
Run On
Client
Parameters
- filterStr
Type: str
A String data type that specifies the text for the filter; optional.
Remarks
You can override this method in a form group control by right-clicking the Methods node below the control, clicking Override Method, and then clicking filter.
For information about best practices for forms and code, see No Code in Forms.