会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
背书包的大象
博客园
首页
新随笔
联系
订阅
管理
2017年2月15日
数据类中引用virtual
摘要: 关于Virtual,教程中的原文如下: While we’re there, we’ve also changed the Genre and Artist to virtual properties. This allows Entity Framework to lazy-load them a
阅读全文
posted @ 2017-02-15 09:39 背书包的大象
阅读(121)
评论(0)
推荐(0)
2017年1月4日
DevExpress 程序运行后 layoutView 卡片大小发生变化
摘要: 设置属性前效果: 将layoutView1.CardMinSize 的属性更改为(0, 0) 后 效果:
阅读全文
posted @ 2017-01-04 10:30 背书包的大象
阅读(1319)
评论(0)
推荐(0)
2016年12月29日
DevExpress 标题栏添加搜索功能
摘要: 上图是效果图 附件示例代码下载
阅读全文
posted @ 2016-12-29 10:39 背书包的大象
阅读(470)
评论(0)
推荐(0)
2016年12月27日
DevExpress 关于alertControl 图片显示
摘要: 图片的大小可以在imageCollection中改变 效果图如下
阅读全文
posted @ 2016-12-27 10:22 背书包的大象
阅读(1323)
评论(0)
推荐(0)
DevExpress 关于alertControl 改变其大小
摘要: 注意:这2个事件中大小的参数一定要相同,否则将会出现下图结果
阅读全文
posted @ 2016-12-27 09:51 背书包的大象
阅读(1547)
评论(0)
推荐(0)
2016年12月19日
DevExpress GridControl 选择整行被选单元格不变色的设置
摘要: 设置GridControl 里面的 gridview 属性, 找到OptionSelection 将EnableAppearanceFocusedCell 属性设置False 就可以了 此方式同样适用于treeList
阅读全文
posted @ 2016-12-19 13:36 背书包的大象
阅读(5341)
评论(0)
推荐(3)
2016年12月17日
DevExpress 在使用Ribbon皮肤时标题栏不变化的原因
摘要: 将 form的 AllowFormGlass 属性 该为False 就可以标题栏皮肤化了。
阅读全文
posted @ 2016-12-17 15:49 背书包的大象
阅读(992)
评论(0)
推荐(0)
2016年12月16日
DevExpress 隐藏Ribbon中barbuttonItem的SuperTip(2)
摘要: 在form界面增加 toolTipController 工具 然后将 ribbonControl.ToolTipController 的属性设置成 toolTipController toolTipController 添加事件 private void toolTipController1_Bef
阅读全文
posted @ 2016-12-16 14:56 背书包的大象
阅读(787)
评论(0)
推荐(0)
DevExpress Ribbon右上角button显示文本设置
摘要: 设置ribboncontrol.ShowItemCaptionsInPageHeader 属性为true
阅读全文
posted @ 2016-12-16 13:52 背书包的大象
阅读(1586)
评论(0)
推荐(0)
DevExpress 隐藏Ribbon中barbuttonItem的SuperTip(1)
摘要: public frmMain() { InitializeComponent(); ribbonControl1.Manager.HighlightedLinkChanged += Manager_HighlightedLinkChanged; pub_form = this; } void Man
阅读全文
posted @ 2016-12-16 11:40 背书包的大象
阅读(1845)
评论(0)
推荐(1)
下一页
公告