How to Get XtraEditors Control Handle ID
when using windows control i can use
System.Windows.Forms.
Form.FromChildHandle(this.textBox1.Handle ).Focus();
But in part of XtraBars.BarEditItem or DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit
not found Property Hendle or WndProc to get Hendle ID
How to set XtraEditors to Focus control?