TcxTreeListOptionsBehavior.ExpandOnIncSearch Property
Specifies whether collapsed nodes are automatically expanded during an incremental search.
Declaration
property ExpandOnIncSearch: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True, to enable automatic node expansion when locating a node that contains the search entry. Otherwise, the search is performed in expanded nodes only.
To enable incremental searching, use the IncSearch and IncSearchItem properties.
The default value of the ExpandOnIncSearch property is False.
See Also