随笔分类 -  DevExpress

摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsImageCollectiontopic The collection of System.Drawing.Image objects to be used wi 阅读全文
posted @ 2017-02-22 13:36 ChuckLu 阅读(1157) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsSharedImageCollectiontopic The image collection that allows you to share images b 阅读全文
posted @ 2017-02-22 13:34 ChuckLu 阅读(640) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2492 The Ribbon Control replaces traditional toolbars and menus with tabbed pages. Ea 阅读全文
posted @ 2017-02-21 09:50 ChuckLu 阅读(1096) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2498 官方文档说明 A Ribbon Status Bar (RibbonStatusBar) is displayed at the bottom of a par 阅读全文
posted @ 2017-02-21 09:42 ChuckLu 阅读(1807) 评论(0) 推荐(0) 编辑
摘要:Namespace:DevExpress.XtraGrid.Columns Assembly:DevExpress.XtraGrid.v16.2.dll https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridC 阅读全文
posted @ 2017-02-20 13:30 ChuckLu 阅读(971) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGaugesWinGaugesDigitalDigitalGaugetopic Displays numbers and text in the manner li 阅读全文
posted @ 2017-02-20 09:50 ChuckLu 阅读(1170) 评论(0) 推荐(0) 编辑
摘要:禁用窗体大小变化 Note:设置成FixedSingle是无效的 阅读全文
posted @ 2017-02-20 09:11 ChuckLu 阅读(509) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraGridViewsBandedGridBandedGridViewtopic Remarks The BandedGridView class provides t 阅读全文
posted @ 2017-02-13 11:07 ChuckLu 阅读(1923) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2976 阅读全文
posted @ 2017-01-19 17:06 ChuckLu 阅读(493) 评论(0) 推荐(0) 编辑
摘要:获取选中的Text radioGroup1.Properties.Items[radioGroup1.SelectedIndex].Description 阅读全文
posted @ 2017-01-16 10:16 ChuckLu 阅读(307) 评论(0) 推荐(0) 编辑
摘要:显示时间的格式 1. 设置Mask.EditMask和DisplayFormat,EditFormat属性,设置为一致:'yyyy-MM-dd HH:mm'; //按照想要的显示格式设置此字符串。 参考: http://blog.csdn.net/enter89/article/details/46 阅读全文
posted @ 2017-01-05 15:30 ChuckLu 阅读(3066) 评论(0) 推荐(0) 编辑
摘要:LayoutControl布局设置为Table 拖动一个layoutcontrol到form上之后,会自动附带一个layoutgroup 设置layoutgroup的layoutmode为table 设置layoutgroup的OptionsTableLayoutGroup,这个属性里的行和列设置一 阅读全文
posted @ 2016-12-28 17:55 ChuckLu 阅读(2317) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument8117 添加折线图(柱状图) 拖动ChartControl到Form上 在Series Collection中添加Line(或Bar) Legend 位置 Alignm 阅读全文
posted @ 2016-12-08 09:27 ChuckLu 阅读(8656) 评论(0) 推荐(1) 编辑
摘要:https://www.devexpress.com/Support/Center/Question/Details/Q94915 If you set the AutoSizeMode to None, you will be able to set the Height and Width of 阅读全文
posted @ 2016-11-25 10:39 ChuckLu 阅读(6610) 评论(1) 推荐(1) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument18217 This topic will guide you through the main terms, concepts and mechanics used i 阅读全文
posted @ 2016-11-23 15:50 ChuckLu 阅读(3861) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraNavBarNavBarControltopic Views https://documentation.devexpress.com/#WindowsForms/ 阅读全文
posted @ 2016-11-16 10:42 ChuckLu 阅读(577) 评论(0) 推荐(0) 编辑
摘要:隐藏Drag a column header here to group by that column https://www.devexpress.com/Support/Center/Question/Details/Q412390 I have created a Grid Control t 阅读全文
posted @ 2016-11-09 16:27 ChuckLu 阅读(724) 评论(0) 推荐(0) 编辑
摘要:https://documentation.devexpress.com/#WindowsForms/CustomDocument2434 添加列 添加节点 https://documentation.devexpress.com/#WindowsForms/DevExpressXtraTreeLi 阅读全文
posted @ 2016-11-08 15:32 ChuckLu 阅读(3399) 评论(0) 推荐(0) 编辑
摘要:'ClientApp.vshost.exe' (CLR v4.0.30319: ClientApp.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\UIAutomationClient\v4.0_4.0.0.0__31b 阅读全文
posted @ 2016-11-07 14:08 ChuckLu 阅读(460) 评论(0) 推荐(0) 编辑
摘要:https://www.devexpress.com/Support/Center/Question/Details/Q411356 在主窗体Load的时候,获取所有继承自XtraForm的类型 通说navBarControl上的单击事件,打开窗体 阅读全文
posted @ 2016-11-04 16:21 ChuckLu 阅读(4180) 评论(1) 推荐(1) 编辑

点击右上角即可分享
微信分享提示