devexpress tree list - incremental search

  • Thread starter Thread starter Roman
  • Start date Start date
R

Roman

hello

i was trying to find something about it, but without success.
What would be the simplies way to implement incremental
search in developer express tree list component?
thanks for any advices
luke
 
Roman said:
hello

i was trying to find something about it, but without success.
What would be the simplies way to implement incremental
search in developer express tree list component?
thanks for any advices
luke
I'd ask on the devexpress forums, but basically, you can enumerate the
nodes using (afaik) ITreeNodeEnumerator, or something that sounds like that.
 
Back
Top