FormTableControl.inputSearch(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs data filtering for the control, based on the specified string.
public:
override void inputSearch(System::String ^ _searchStr);
public override void inputSearch (string _searchStr);
override this.inputSearch : string -> unit
Public Overrides Sub inputSearch (_searchStr As String)
Parameters
- _searchStr
- String
The string value to use to filter data; optional.