码迷,mamicode.com
首页 >  
搜索关键字:xtraeditors    ( 51个结果
xtraScrollableControl 滚动条随鼠标滚动
代码如下//using System;using System.Windows.Forms;using DevExpress.XtraEditors;namespace WindowsFormsApplication1 { public class ScrollHelper { ...
分类:其他好文   时间:2015-04-20 20:34:01    阅读次数:337
C# --DEV cmbboxEdit控件
this.cmbKind.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;设置不能编辑
分类:Windows程序   时间:2015-04-02 20:25:30    阅读次数:194
Dev技巧
1.TextEditor(barEditItem)取文本 string editValue = barEditItem1.EditValue.ToString(); //错误,返回null string editValue = ((DevExpress.XtraEditors.Text...
分类:其他好文   时间:2015-02-05 23:06:49    阅读次数:206
Devexpress DropDownButton 用法
public partial class XtraForm2 : DevExpress.XtraEditors.XtraForm { public XtraForm2() { InitializeComponent(); CreateDropDownControl(); } pr...
分类:其他好文   时间:2015-01-30 09:15:28    阅读次数:1401
DevExpress Gridcontrol 表格头复选框 全选全不选
新建窗体 拖一个Gridcontrol 添加两列 col1,col2 public partial class XtraForm2 : DevExpress.XtraEditors.XtraForm { public XtraForm2() { InitializeComponent(); } pr...
分类:其他好文   时间:2015-01-30 09:13:12    阅读次数:835
DevExpress.XtraEditors.DataNavigator用法
1、DevExpress.XtraEditors.DataNavigator刚拖到winform窗体上的样子: 设置DataNavigator控件属性Dock=Bottom;TextLocation=End;TextStringFormat=第 {0}页 ,共 {1}页; 如果想显示ToolTip,需把ShowToolTips设置为True.设置Button的Hint为...
分类:其他好文   时间:2015-01-23 21:38:47    阅读次数:947
C# Winform Excel的导出,根据excel模板导出数据
namespace dxhbskymDemo { public partial class ExcelForm : DevExpress.XtraEditors.XtraForm { public ExcelForm() { InitializeComponent(); } #region ...
分类:Windows程序   时间:2014-12-27 15:15:06    阅读次数:276
Devexpress(DXperience) 10.1.6 自己简单的方式来汉化
using DevExpress.XtraEditors.Controls; namespace LocalizationCHS { public class DevExpressXtraEditorsLocalizationCHS : Localizer { publi...
分类:其他好文   时间:2014-10-20 17:02:12    阅读次数:372
DevExpress z
1.TextEditor(barEditItem)取文本 string editValue = barEditItem1.EditValue.ToString(); //错误,返回nullstring editValue = ((DevExpress.XtraEditors.TextEdit)b.....
分类:其他好文   时间:2014-09-13 18:44:05    阅读次数:144
修改DevExpress中英文提示,将英文改为中文
1 : 修改DX 提示框中的英文字符 1 /// 2 /// 重写DX弹出框 英文变为中文 3 /// 4 public class CHS : DevExpress.XtraEditors.Controls.Localizer 5 { 6 pu...
分类:其他好文   时间:2014-08-21 16:39:44    阅读次数:196
51条   上一页 1 ... 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!