StrataFrame Forum

Support Xtralayout?

http://forum.strataframe.net/Topic8785.aspx

By Yoyo Young - 5/14/2007

Hi,

I have checked old post say it support Xtragrid. My question is will SF support Xtralayout from Devexpress?

Thanks.

Yoyo

By Trent L. Taylor - 5/15/2007

Any third party control can be used with StrataFrame.  The XtraLayout can be used without doing anyting since there is really no data-binding that needs to take place.  But as a side note, anytime you need to have 3rd party data support and do not want to go to the length of implementing our IBusinessBindable interface to a control, you can just drop a BusinessBindingSource on a form and wrap a Business Object.  This will implement the IBindingList interface required for Grids, etc.  So in short, yes, the XtraLayout will work with StrataFrame.