码迷,mamicode.com
首页 >  
搜索关键字:devexpress    ( 1025个结果
DevExpress Windows 10 UWP Controls新版亮点
行业领先的.NET界面控件2018年第二次重大更新——DevExpress v18.2日前正式发布,本站将以连载的形式为大家介绍新版本新功能。本文将介绍了DevExpress Windows 10 UWP Controls v18.2 的新功能,新版30天免费试用!点击下载>> New UWP Sc ...
分类:Windows程序   时间:2019-01-16 11:59:41    阅读次数:214
ribbon 收起 最小化 导航条 选项卡 navBarControl 隐藏
//设置隐藏导航条 this.ribbonControl.Minimized = true; 正解 //设置navBarControl隐藏 navBarControl.OptionsNavPane.NavPaneState = DevExpress.XtraNavBar.NavPaneState.C... ...
分类:编程语言   时间:2019-01-16 00:20:20    阅读次数:421
Devexpress Ribbon Add Logo
一直在网上找类似的效果.在Devpexress控件里面的这个是一个Demo的.没法查看源代码.也不知道怎么写的.所以就在网上搜索了半天的. 终于找到类似的解决办法. 可以使用重绘制的办法的来解决. 最终达到自己想要效果的. 或者在标题栏上添加类似的Logo 作者:在水一方 出处:http://www ...
分类:其他好文   时间:2019-01-15 23:36:59    阅读次数:405
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
使用DevExpress Reports和PDF Viewer创建AcroForm Designer
众所周知,交互式表单(AcroForms)是PDF标准的重要组成部分,AcroForms允许开发者和开发者的用户创建可填写的PDF文档。尽管WinForms和WPF PDF Viewers不支持交互式表单生成,但开发者可以在应用程序中加入AcroForm designer,并提供两种简单的解决方法。 ...
分类:其他好文   时间:2019-01-14 14:49:12    阅读次数:271
DevExpress_常用控件02_RibbonControl
RibbonControl常用操作1、如何代码显示选中的页ribbonControl1.SelectedPage = ribbonPage2;2、如何绑定ApplicationMenus和PopupMenu: 通过ribbonControl上的PopuContextMenu进行绑定;如何代码创建Ri... ...
分类:其他好文   时间:2019-01-03 21:44:32    阅读次数:120
Dev修改gridview 背景色
private void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { //偶数行奇数列||奇数行偶数列 if ( e.RowHandle != grid ...
分类:其他好文   时间:2019-01-02 15:05:12    阅读次数:258
gridcontrol页尾文本定制
private void gridView1_CustomDrawFooterCell(object sender, DevExpress.XtraGrid.Views.Grid.FooterCellCustomDrawEventArgs e) { int dx = e.Bounds.Height; ...
分类:其他好文   时间:2019-01-02 13:34:02    阅读次数:252
DevExpress WPF v18.2新版亮点(二)
买 DevExpress Universal Subscription 免费赠 万元汉化资源包1套! 限量15套!先到先得,送完即止!立即抢购>> 买 DevExpress Universal Subscription 免费赠 万元汉化资源包1套! 限量15套!先到先得,送完即止!立即抢购>> 行业 ...
分类:Windows程序   时间:2018-12-12 12:21:52    阅读次数:273
1025条   上一页 1 ... 13 14 15 16 17 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!