Dear DevExpress Support,
Please suggest how to focus the Full Text Search Box on ListView activation.
The approach suggested in http://www.devexpress.com/Support/Center/Question/Details/Q141866 doesn't seem to work
C#if (Frame.Template is DevExpress.ExpressApp.Win.Templates.MainForm) {
BarManager manager = ((MainForm)Frame.Template).BarManager;
manager.Items["Filter by Text"].PerformClick();
}
Merry Christmas and a Happy New Year to you.
Keep up the good work!
Thank you.
The above code does not work from an action either.