Forum Discussion

jonan's avatar
jonan
Occasional Contributor
7 years ago
Solved

Using regexp in FindAllChildren

I want to be able to detect all the objects with the following ClrFullClassName property:   DevExpress.XtraEditors.TextEdit DevExpress.XtraEditors.LookUpEdit   If i search for them separately, n...
  • jonan's avatar
    7 years ago

    I think I was able to find the solution by using the following expression.

    FindAllChildren("ClrFullClassName","regexp: DevExpress\.XtraEditors\.(Text)|(LookUp)Edit",2)