Interface ICustomSearchItem
Allows providing behavior for custom searching text in tree view or list box.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ICustomSearchItem
Methods
| Improve this Doc View SourceContains(String)
Is the search text contained in the item?
Declaration
bool Contains(string searchText)
Parameters
Type | Name | Description |
---|---|---|
System.String | searchText | Search text. |
Returns
Type | Description |
---|---|
System.Boolean | The contains. |