We have a form with tabs including many Devexpress grids and bound UI elements. StrataFrame objects and BusinessBindingSources were dropped on the form and bound with the related objects.
You have detailed your problem in your comments and questions. Setup this same scenario using SF controls and see if you have a performance issue. If you look through the forum, you will see where fevelopers have had issues with DevExpress controls and performance, especially when the application gets larger and larger. Generally this can be worked around by changing some of your development techniques. But before you start casting aspersions in our direction, I would recommend that you actually try and trouble shoot your slowness.
For starters, re-create a scenario that seems to be slow and try using a standard DataGrid versus the XtraGrid and see if they performance the same. Take grids out of the forumula and bind to standard TextBoxes. Remove the BBS and bind directly to a BO (which is what the comment you are quoting is based on) and see what happenes then. Get a code profiler and really find out where your trouble spots are.
I already know without arguing with you that SF is extremely fast and so I have no need to defend that. We have extremely large applications on SF all over the world including our medical application which to date, I have not yet seen a larger application on SF. And the reason our medical application is so scalable and fast is due in large part to StrataFrame. But is also is in part to good programming practices and standards which is paramount in any application development environment. So I would recommend taking a step back and really start looking at your application, programming standards, data being retrieved, queries, and 3rd party tools before you point the finger here.
Now, it is my desire to help you, but just throwing a quote at me and then expecting me to tell you where your problem is will never happen. You have given me absoltely no concrete information in regards to your application, samples reproducing the problem, etc.
Finally, reproduce your issues outside of the DevExpress environment and then let's start from there. Once you have this reproduced using a DataGridView, then we can start to work through your problem. StrataFrame is an application framework, which means that is does a phenominal amount of work for you to get up to the point of developing your application. But it still is programming any way that you cut it which means that a countless number of external variables could be affecting your application.