当前位置:网站首页>Description of common operations and help projects about DevExpress in C#
Description of common operations and help projects about DevExpress in C#
2022-08-01 16:33:00 【Milk coffee 13】
I. Realize the effect
Second, realize the function
2.1. Introduction to the project content
This is an example project project of common components of Winform developed using DevExpress20.1 components, including the use examples of common components in DevExpress (such as forms, time, drop-down boxes, etc.), and also includes the component development of [DevExpress20.1.3]Package and installation configuration tutorial;
The main function of this project is to allow developers to quickly and easily grasp the usage of common components through example content, and to encapsulate the corresponding help classes, which can be used immediately and reduce learning costs;Contains the following major content:
①Common (ComboxEdit, LookupEdit, DateEdit, simpleButton, NavigationPage, GridView, ChartControl) and other component operations and form adaptation;A full range of example demonstration operations are carried out for the examples of ;
③The corresponding help classes are all encapsulated for the contents of these controls, which are convenient to be transplanted to other projects for direct use;
2.2, the main realization function of the project project
The main functions of this sample project are:
①Common operations on the table [such as: loading data, modifying the background, color, name of the header (or specifying rows and columns), and modifying the table contents arbitrarily, obtaining the specified columns, etc.];
2 Realize the operation of entity data [such as: convert entity class to DataTable, convert DataTable to entity, copy DataTale, add fields to DataTable, add columns, add rows, etc.].
③ Realize the creation of linear charts (such as: single-line, double-line charts, zoom in and out, export charts);
④Realize composite header design for tables (multiple headers can be designed, table columns can be fixed, header name can be modified, background color can be modified, width can be set, adaptive, etc.);
⑤The content of the table can be exported to Excel file and other operations;
⑥Realize the related operations of the navigation bar controls (each navigation corresponds to the navigation content, and the writing of its trigger events, etc.), which is used to quickly get started with components and use;
⑦The realization of common buttons, drop-down boxes, dates, display controls, input controls, etc. is a demonstration example;
Note: Most of the content involved in the above functions have encapsulated corresponding help classes, you can directly call the help classes to achieve the effect, which is simple and convenient.
Three, the core article of realization
3.1. How to obtain the project
Only need to purchase "C# Common Help Class" column to get the download link and address of the project [that is: Winform's UI helper class - some components will use DevExpress components", the fourth part of the article "four, about the common operations of DevExpress andYou can download the source code of the project project to the local in the content of "Help Project Engineering Download", as shown in the figure below, and the help content involved in this project can be directly used in your own project project.
3.2, the implementation learning tutorial of the project content
You can go to the "Winform" column, check the corresponding articles starting with DevExpress to find out the nanny-level tutorial instructions for learning the content of the corresponding knowledge points; as shown in the following figure:
边栏推荐
- 网站备案后没有找到站点 您没有将此域名或IP绑定到对应站点! 配置文件未生效!
- intentservice使用(Intention)
- ECCV 2022 | Poseur:你以为我是姿态估计,其实是目标检测哒
- 清华教授发文劝退读博:我见过太多博士生精神崩溃、心态失衡、身体垮掉、一事无成!...
- DOM series of touch screen events
- Zhaoqi Science and Technology Innovation Event Platform, Entrepreneurship Event Roadshow, Online Live Roadshow
- MySQL locking case analysis
- 软件测试谈薪技巧:同为测试人员,为什么有人5K,有人 20K?
- 经验|如何做好业务测试?
- Use Canvas to implement mobile phone signature
猜你喜欢
Rancher 部署 DataKit 最佳实践
"Find nearby shops" | Geohash+MySQL realizes geographic location filtering
首席工程师究竟是怎样的存在?
月薪12K,蝶变向新勇往直前,我通过转行软件测试实现月薪翻倍...
短剧正在抢长剧的生意
canvas粒子雨动画js特效
华盛顿大学、Allen AI 等联合 | RealTime QA: What's the Answer Right Now?(实时 QA:现在的答案是什么?)
今晚直播!
MySQL最大建议行数2000w, 靠谱吗?
5年测试,只会功能要求17K,功能测试都敢要求这么高薪资了?
随机推荐
重庆银河证券股票开户安全吗,是正规的证券公司吗
七夕专属博文-使用QGraphics画“红心“或“黑心“(含数学模型讲解)
05 doris 集群搭建
比对软件-blastN结果详解
js邯郸市地图网页源码下载
Vulnhub靶机:HARRYPOTTER_ NAGINI
【Untitled】
Meeting OA project (6) --- (to-be-opened meeting, historical meeting, all meetings)
Ant discloses the open source layout of core basic software technology for the first time
MySQL data processing of authorization 】 【
Spark: Cluster Computing with Working Sets
行程排序(暑假每日一题 12)
p5js炫酷网页流光动画
Winform的消息提示框帮助类
如何有效地开发 Jmix 扩展组件
Kubernetes 进阶训练营 控制器
蚂蚁首次披露核心基础软件技术开源版图
高薪程序员&面试题精讲系列131之Eureka如何实现高可用?自我保护机制是怎么回事?
DOM series of touch screen events
C#的FTP帮助类