jonan
7 years agoOccasional Contributor
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...
- 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)