property XMLGrid.ExpandOnSearch as Boolean
Expands nodes automatically while user types characters to search for a specific node.

TypeDescription
Boolean A boolean expression that indicates whether the control expands nodes automatically while user types characters to search for a specific node.
Use the ExpandOnSearch property to expand nodes while user types characters to search for nodes using incremental search feature. By default, the ExpandOnSearch property is True. Use the AutoSearch property to enable or disable incremental searching feature. The ExpandOnSearch property has no effect when the AutoSearch property is False.