TreeView.SearchString Property (Typed) | |
The incremental search string associated with the tree view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SearchString AS STRING GET
public virtual string SearchString { get; }
Request Example
View SourceProperty Value
Type:
StringThe incremental search string associated with the tree view.
Remarks
The incremental search string associated with the tree view. The incremental search string is the character sequence that the user types while the tree view has the input focus. When the user types a character, the character is appended to the search string, and a matching item is sought. If the system finds a match, it selects the item. A timeout period is associated with the search string; if the timeout period elapses before the user types another character, the string is reset.
See Also