码迷,mamicode.com
首页 >  
搜索关键字:xtraeditors    ( 51个结果
给GridView添加列头复选框
1 using DevExpress.XtraEditors.Drawing; 2 using DevExpress.XtraEditors.Repository; 3 using DevExpress.XtraEditors.ViewInfo; 4 using DevExpress.XtraGri ...
分类:其他好文   时间:2019-11-20 12:26:38    阅读次数:63
DevExpress.XtraEditors.Repository.RepositoryItem.CreateDesigner()
未将对象引用设置到对象的实例。 此错误的实例(1) 1。 隐藏调用堆栈 在 DevExpress.XtraEditors.Repository.RepositoryItem.CreateDesigner()在 DevExpress.XtraEditors.Repository.RepositoryI ...
分类:其他好文   时间:2019-05-04 09:48:03    阅读次数:371
winform项目导入数据
一、点击导入按钮,弹出文件选择框 这个方法的使用要引用下面两个命名空间: using System.Windows.Forms;using DevExpress.XtraEditors; 21行使用的方法,读取excel表格 下面就是把table传到数据库,使用表类型接收 ...
分类:Windows程序   时间:2019-04-29 09:32:10    阅读次数:235
C# 霍尼韦尔扫码枪扫码打印
程序运行背景条件: 1、将扫码枪调制串口驱动模式 2、将扫码枪所在串口拆分成几个虚拟串口 3、扫码枪扫描条码就打印条码 4、WinForm程序 条码控件使用 DevExpress.XtraEditors.BarCodeControl 控件 BarMa BarMa 控件加载时将文本居中 BarMa.V ...
分类:Windows程序   时间:2019-04-09 13:55:19    阅读次数:375
DevExpress 控件汉化代码和使用方法
DevExpress 第三方控件汉化的全部代码和使用方法 DevExpress.XtraEditors.Controls 此控件包中包含的控件最多,包括文本框,下拉列表,按钮,等等 DevExpress.XtraGrid 网格 DevExpress.XtraBars 菜单栏 和 工具栏 DevExp ...
分类:其他好文   时间:2019-03-23 18:37:59    阅读次数:155
DevExpress_常用控件入门
简介:XtraEditors Library是专门为可视化的Studio.NET设计的最优化的一套100%的C#控件XtraEdiotors Library是一款具有革命性的超过20种数据编辑控制的控件它是国内第一款适合于.NET框架类型的控件。准备工作1. DevExpress控件的安装2. De... ...
分类:其他好文   时间:2019-01-21 16:09:53    阅读次数:2273
DevExpress控件使用小结 z
1.TextEditor(barEditItem)取文本 string editValue = barEditItem1.EditValue.ToString(); //错误,返回null string editValue = ((DevExpress.XtraEditors.TextEdit)ba... ...
分类:其他好文   时间:2019-01-15 14:36:02    阅读次数:290
Devexpress中统一设置字体样式的方法
#region 设置默认字体、日期格式、汉化dev DevExpress.Utils.AppearanceObject.DefaultFont = new System.Drawing.Font("Tahoma", 12); DevExpress.XtraEditors.WindowsFormsSe ...
分类:其他好文   时间:2019-01-15 11:57:02    阅读次数:510
DEV插件下的控件Grid和Gridlookupedit控件的结合使用
创建GridlookupEtid控件 设置其对应属性: 设置属性 this.gridLookUpEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; //配置,用于像文本框那 ...
分类:其他好文   时间:2018-05-30 00:23:39    阅读次数:263
DevExpress.XtraEditors.TextEdit绑定数据后,不输入内容,出现 “Invalid Value” 无效值错误
使用C#做桌面应用开发时经常会将数据绑定到控件,便于接受界面录入结果 然而,当字段类型为数值型类型(如:int,decimal, float等)时 ,如果没有给定内容,当控件失去焦点时,出现“Invalid Value” 无效值错误 如: private void Form1_Load(object ...
分类:其他好文   时间:2018-04-25 00:24:38    阅读次数:690
51条   1 2 3 4 ... 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!