码迷,mamicode.com
首页 >  
搜索关键字:devexpress    ( 1025个结果
DevExpress gridview下拉框的再次研究
前几天写了一篇关于研究DevExpress gridview下拉框的随笔(DevExpress gridview下拉框repositoryItemComboBox的使用),被大神(@爱编程的大叔)评论为:成功用世界上最繁琐的方法来使用Devexpress中的Gridview控件中的下拉框,之后就.....
分类:其他好文   时间:2014-08-11 20:27:03    阅读次数:379
DEV 皮肤的使用
一、皮肤的使用拖入defaultLookAndFeel 组件到窗体中拖入ribbonControl 控件到窗体中将窗体继承为 DevExpress.XtraBars.Ribbon.RibbonForm将窗体的AllowFormGlass属性改为 False引用DevExpress.BonusSkin...
分类:其他好文   时间:2014-08-11 02:38:41    阅读次数:205
DevExpress gridview下拉框repositoryItemComboBox的使用
本以为DevExpress gridview中的下拉框会像比原来的datatgridview中的下拉框绑定数据简单好用,没想到费了老大劲,查阅各种资料总算是绑定上了数据,并且能够实现想要的效果。下面就详细写一下这个实现的过程,分享一下,同时也是对这个知识再次熟悉一遍。一、绑定前准备 这一部分基本上....
分类:其他好文   时间:2014-08-08 09:36:25    阅读次数:267
Devexpress VCL Build v2013 vol 14.1.3 发布
我修,我修,修修修。New Major Features in 14.1What's New in VCL Products 14.1Breaking ChangesTo learn about breaking changes in this version, please refer to th...
分类:其他好文   时间:2014-08-08 01:35:15    阅读次数:571
C# DevExpress TreeList指定KeyFieldName后无法显示该列的问题
可以在设置KeyFieldName前,将OptionsBehavior.PopulateServiceColumns属性设置为true,就会显示KeyFieldName,ParentFieldName字段 trlBM.DataSource = dtSho...
分类:其他好文   时间:2014-08-07 18:42:21    阅读次数:148
C# ----DEV皮肤
Main方法中添加//皮肤组件注册 DevExpress.UserSkins.BonusSkins.Register(); DevExpress.Skins.SkinManager.EnableFormSkins(); DevExp...
分类:其他好文   时间:2014-08-07 18:30:13    阅读次数:244
[DevExpress]为TextEdit设置水印文字
关键代码: public static void SetWatermark(this TextEdit textEdit, string watermark) { textEdit.Properties.NullValuePromptShowForE...
分类:其他好文   时间:2014-08-07 12:04:19    阅读次数:348
Devexpress GridView.CustomSummaryCalculate 实现自定义Group Summary
--首发于博客园,转载请保留此链接博客原文DevExpress Documentation官方地址:GridView.CustomSummaryCalculate Event1. 概要界面上 GridView 显示的数据里某些字段在读出来的时候已经 SUM By FieldA ,在界面上统计时就不能...
分类:其他好文   时间:2014-08-06 22:48:22    阅读次数:423
devexpress中gridcontrol 一些样式改变
改变footer为扁平化效果整个footer背景色CustomDrawFootere.Appearance.BackColor = Color.Transparent; e.Appearance.DrawBackground(e.Graphics, e.Cache, e.Bou...
分类:其他好文   时间:2014-08-05 21:57:30    阅读次数:361
DevExpress gridview获取单元格坐标
获取坐标(在RowCellClick事件中)的代码如下: private void gridView1_RowCellClick(object sender, DevExpress.XtraGrid.Views.Grid.RowCellClickEventArgs e) { ...
分类:其他好文   时间:2014-08-05 14:05:19    阅读次数:368
1025条   上一页 1 ... 90 91 92 93 94 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!