Introduction: DevExpress is a software company, full name is Developer Express, mainly engaged in the development of programming controls/components.
DevExpress also refers to a collection of controls produced by the company, a series of controls, or a control.
The database controls developed by DevExpress are powerful, rich in functions, simple to use, and have a gorgeous interface for customization. It is a good choice for programmers. Its menu bar controls are more representative and can completely replace the basic controls provided by the development environment, and make programs or software you write more professional. It also provides a complete help system, detailed information, and quick start. Some advanced controls have zero code and are very easy to use.
The DevExpress control is divided:
1. Windows Controls
2. Web Controls
3. Reporting/Printing Suites
4. IDE Productivity Tools
5. Business Application Frameworks
We can download devexpress versions from the Internet,
Because of work requirements, I use version 8.1, which is a web Control.
Devexpress provides online demos. We can view the running effect and source code online. As follows:
ASPxGridView
Http://demos.devexpress.com/ASPxGridViewDemos/
ASPxTreeList
Http://demos.devexpress.com/ASPxTreeListDemos/Default.aspx
ASPxperience
Http://demos.devexpress.com/ASPxperienceDemos/
XtraCharts
Http://demos.devexpress.com/XtraChartsDemos/
ASPxScheduler
Http://demos.devexpress.com/ASPxSchedulerDemos/
ASPxPivotGrid
Http://demos.devexpress.com/ASPxPivotGridDemos/
XtraReports
Http://demos.devexpress.com/XtraReportsDemos/
For more information about the use of these controls, see the help documentation of this suite.