摘要:Declare Conditional Appearance Rules in Code using DevExpress.ExpressApp.ConditionalAppearance; //... [Appearance("ActionState", AppearanceItemType =
阅读全文
随笔分类 - XAF
eXpress Application Framework
摘要:1.官方教程:How to: Create a Custom Translation Provider for the Localization Tool | eXpressApp Framework | DevExpress Documentation 2.Code using System; u
阅读全文
摘要:1.What is the architecture of Security System?
阅读全文
摘要:Llamachant Framework Modules 最近更新 2018-08-22 *变更:我们从所需的模块列表中删除了审计跟踪模块。如果要在应用程序中使用Audit Trail功能,请将Audit Trail模块添加到.Module项目*- 新功能:添加审计跟踪恢复(实验)- 更新了IAud
阅读全文
摘要:1.How to print report direct, and print preview via an simple action? 如何通过一个按钮直接打印报表或者打印预览报表 https://www.devexpress.com/Support/Center/Question/Detail
阅读全文
摘要:原因是用的vs2015 默认用了c#6 ,但是在没安装.net 4.6 环境下编译失败。 解决办法很简单,修改 6 为 5 做降级就可以了。
阅读全文
摘要:https://www.devexpress.com/Support/Center/Question/Details/T423138
阅读全文
该文被密码保护。
该文被密码保护。
摘要:https://www.devexpress.com/Support/Center/Example/Details/E689
阅读全文
摘要:https://www.devexpress.com/Support/Center/Example/Details/E380
阅读全文
摘要:https://www.devexpress.com/Support/Center/Question/Details/T418166
阅读全文
摘要:How to define a business class at runtime or allow end-users to configure its members via the application UI? https://www.devexpress.com/Support/Cente
阅读全文
摘要:1.ListView 添加日期筛选下拉选择,选择指定,可指定日期范围 2.Code
阅读全文
摘要:http://dennisgaravsky.blogspot.hk/2016/05/winforms-gridlisteditor-how-to-restore.html
阅读全文
摘要:https://www.devexpress.com/Support/Center/Question/Details/T371232
阅读全文
摘要:https://www.devexpress.com/Support/Center/Question/Details/S35762
阅读全文
摘要:using System; using System.ComponentModel; using System.Collections.Generic; using System.Diagnostics; using System.Text; using DevExpress.ExpressApp; using DevExpress.ExpressApp.Actions; using ...
阅读全文