Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
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.
|