devexpress

DevExpress: How do I develop for it without a license?

痞子三分冷 提交于 2019-12-03 21:23:49
问题 I am a freelance dev.. a customer wants me to work with DevExpress. How does that work? I cannot afford a license for it. I could download the trial for 30 days.. but for a more long term and "proper" solution.. how is this usually done? Do I need to acquire the license from my client? He says previous developers have coded for him without a license but he doesn't know how. Please someone provide some clarification for me. UPDATE I should have clarified: The client has bought DevExpress but

Are there any good and free devexpress data grid alternatives for winforms? [closed]

左心房为你撑大大i 提交于 2019-12-03 19:55:59
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 months ago . Are there any good free alternatives to DevExpress data grids (WinForms)? I am looking for WinForms Data Grid and Data Editor Controls. Some good ones where you can sort and group by columns and edit data inside the grid. 回答1: If the built in DataGridView control is not good enough, here are some alternatives:

WPF界面开发技巧大放送!DevExpress WPF格式化日期时间值

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 13:34:59
DevExpress 广泛应用于ECM企业内容管理、 成本管控、进程监督、生产调度,在企业/政务信息化管理中占据一席重要之地。通过DevExpress WPF Controls,您能创建有着强大互动功能的XAML基础应用程序,这些应用程序专注于当代客户的需求和构建未来新一代支持触摸的解决方案。 无论是Office办公软件的衍伸产品,还是以数据为中心的商业智能产品,都能通过该控件来实现。 本文将主要介绍使用DevExpress WPF时如何在GridControl列中格式化日期时间值。本系列文章中,小编将为大家介绍一些DevExpress WPF控件的使用技巧和提示,希望能帮助到大家! DevExpress WPF Controls 下载 问题: 目前项目使用现有的DevExpress数据表,且正在使用该表在表视图中显示日志文件中的项目,其中有些列显示事件发生的时间。当前使用了字符串的类型,因此将字符串格式化为8/31/2019 10:31:29 PM。但是,这样做的问题在于,此排序现在按字符串而不是实际时间排序。 目前研究了解决此问题的方法,在网上找到的典型方法是将绑定到DateTIme中使用的属性类型制成。但无法找到任何方法将此DateTime格式化为上面指定的必需时间戳格式。 打开演示应用及WPF数据网格示例程序,然后开始编辑标准表格视图示例,其中显示了生日列。尝试使用转换器

.Net界面开发控件DevExpress Winforms v19.2发布!增强图表功能

回眸只為那壹抹淺笑 提交于 2019-12-03 10:25:08
DevExpress Winforms Controls 内置140多个UI控件和库,完美构建流畅、美观且易于使用的应用程序。无论是Office风格的界面,还是分析处理大批量的业务数据,DevExpress WinForms都能轻松胜任!DevExpress Winforms v19.2日前正式发布啦!v19.2中发布了增强了Charting、Accordion性能等,欢迎立即下载v19.2体验哦! DevExpress Winforms v19.2正式版下载 全新的Gantt (CTP) Waterfall v19.2版本包含了新的Waterfall图表类型,Waterfall图表可以帮助可视化给定时间段内值的正负变化。 Box Plot 此次版本更新包含了新的Box Plot图表类型,Box Plot图表帮助您直观地显示六个数字摘要(最小,第一四分位数,中位数,第三四分位数,最大值和平均值)中的数据分布。最大值和最小值之间未包括的所有数据均绘制为带有小圆圈的离群值。 增强图表工具栏功能 全新的图表工具栏允许您能: 切换系列视图 使用内置绘图工具绘制Fibonacci指标 在单独的面板上绘制任何技术指标 更改参数轴的度量单位 调整可见数据范围 工具栏可以自定义,您可以重新排列UI元素或隐藏不必要的命令。 在运行时调整面板大小 启用XYDiagram2D

C# - DevExpress XtraGrid - Master/Detail - Display Format

匿名 (未验证) 提交于 2019-12-03 08:57:35
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Scenario I have a DevExpress XtraGrid. The data displayed is in a master/detail format, whereby clicking the '+' at the start of the row expands the detail for that master row. I have implemented this by binding the grids datasource to a dictionary of objects that contain their own Dictionary property (to hold the detail). Problem What I want to do is format the data in specific columns of the detail. However, I cannot get hold of the column, presumably because it is a sub-element of the master row (and therefore does not get checked?) Below

Manual DAL & BLL vs. ORM

落花浮王杯 提交于 2019-12-03 07:54:38
问题 Which approach is better: 1) to use a third-party ORM system or 2) manually write DAL and BLL code to work with the database? 1) In one of our projects, we decided using the DevExpress XPO ORM system, and we ran across lots of slight problems that wasted a lot of our time. Amd still from time to time we encounter problems and exceptions that come from this ORM, and we do not have full understanding and control of this "black box". 2) In another project, we decided to write the DAL and BLL

【干货】界面控件DevExtreme视频教程大汇总!

安稳与你 提交于 2019-12-03 07:07:59
DevExtreme是一款为移动开发者精心准备的,跨平台开发的HTML5/JS框架,可以构建iOS、Android、Tizen和Windows Phone 8应用程序,是Visual Studio开发人员开发跨平台移动产品的优选工具。本文将为您汇总DevExtreme相关的视频教程,以便您学习与使用DevExtreme。 DevExpress DevExtreme 001 DevExpress DevExtreme入门视频一: Getting Started 002 DevExpress DevExtreme入门视频二: 创建跨平台应用程序 003 DevExpress DevExtreme入门视频三: 测试应用程序 004 DevExpress DevExtreme入门视频四: 部署应用程序到Windows Phone 8 005 DevExpress DevExtreme入门视频五: 部署应用程序到Android 006 DevExpress DevExtreme入门视频六: 部署应用程序到iOS DevExtreme PhoneJS 001 DevExtreme PhoneJS入门视频一: Getting Started 002 DevExtreme PhoneJS入门视频二: 部署dxPivot组件 003 DevExtreme PhoneJS入门视频三: 本地化应用程序

用DevExpress做界面开发:ASP.NET MVC GridView数据处理 | 附在线演示

我的梦境 提交于 2019-12-03 06:33:23
DevExpress ASP.NET MVC下面有一个功能非常完善的 GridView 控件,它内置数据编辑器,数据加载速度超快,占用最小的内存资源,广泛的数据形成选项,还支持iOS、Android、Window Phone移动触摸。 你也可以 下载Universal安装包 马上体验更多示例哦! 轻松操作30万条数据 DevExpress ASP.NET MVC Grid View支持一种特别针对处理大型数据集的绑定模式,运用这种绑定模式,数据感知操作(排序、分组等)可以在数据库服务器端执行。 这个Demo就展示了ASP.NET MVC Grid View如何轻松快速处理了一个有300,000记录的数据源→ 在线Demo 搜索面板 搜索面板允许最终用户筛选数据,并且可以通过面板编辑器中的输入过滤条件高亮显示搜索结果。 本示例展示了GridView控件搜索面板的主要功能,一起来体验一下→ 在线Demo 数据感知输出Excel 输出Excel文件时保持网格数据格式化,比如筛选、分组布局,将汇总项目转换成相应的Excel函数。 在本示例中,网格数据可以输出为以下几种数据感知格式:XLS, XLSX, CSV. 在线Demo 冻结窗格 一个表格行可以在滚数据行时被固定在首行。 本示例展示了冻结窗格功能 → 在线Demo 高级查询 - 多记录选择 DevExpress

DevExpress:可分组下拉菜单PopupGalleryEdit

北城以北 提交于 2019-12-03 06:32:56
本文为我的.NET控件库DevExpress使用笔记,我的DevExpress版本为13.1 1、控件类型全称:DevExpress.XtraEditors.PopupGalleryEdit 2、控件所在程序集:DevExpress.XtraBars.v13.1.dll 3、工具箱内分类:DX.13.1: Common Controls 4、控件样式截图 5、因为该控件的属性设置较多,因此Dev专门提供了Gallery Designer工具对控件属性进行设置。 从图中可以看出该下拉菜单内数据是以共计三层的树形结构存放的。第0层为PopupGalleryEdit自身,第1层为DevExpress.XtraBars.Ribbon.GalleryItemGroup,第2层为DevExpress.XtraBars.Ribbon.GalleryItem。 6、对于每一个DevExpress.XtraBars.Ribbon.GalleryItemGroup,通过Caption属性来指定显示出来的文字 7、对于每一个DevExpress.XtraBars.Ribbon.GalleryItem,通过Caption属性来指定显示出来的文字。 8、Image属性可以设置DevExpress.XtraBars.Ribbon.GalleryItem显示的图片。包含“VS Image Picker”和“DX

DevExpress:范围选择控件RangeControl

烈酒焚心 提交于 2019-12-03 06:32:46
本文为我的.NET控件库DevExpress使用笔记,我的DevExpress版本为13.1 1、控件类型全称:DevExpress.XtraEditors.RangeControl 2、控件所在程序集:DevExpress.XtraEditors.v13.1.dll 3、工具箱内分类:DX.13.1: Common Controls 4、控件样式截图 5、一个新的RangeControl被放置到窗体内时,里面会有一行字“Please add client to RangeControl” 在属性管理器的最下侧,可以找到“Add Numeric Client”,点击该链接 这个时候RangeControl控件中就被放入了一个新的控件,该控件的类型为DevExpress.XtraEditors.NumericRangeControlClient,该控件继承自RangeControlClientBase,后者继承自Component NumericRangeControlClient的属性中,Maximum为显示在界面上区域最右侧的值,Minimum为显示在界面上区域最左侧的值,RulerDelta为每两个刻度间隔的值 5、RangeControl的使用效果,可以从下面张GIF动态图中看到 鼠标拖动左右两个矩形条,可以拉动选择区域的左边界或右边界: