I am building a c# winform app and the framework I inherited uses UI Controls from this library LumiSoft These seem fine but aged and buggy. The previous developer preferred them for the smaller sizes they allowed. I recently discovered these controls for free as well: DevExpress These are much newer and more full featured.
My question's are thus:
- What if any are the downfalls to having TWO ui controls attached to my project?
- Is it worth my time to replace all Lumisoft with the DevExpress?
- What are peoples general feelings towards using UI Library's like DevExpress?