DevExpress+Winform

Posted bibi-feiniaoyuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DevExpress+Winform相关的知识,希望对你有一定的参考价值。

无敌模糊学习视频:https://www.bilibili.com/video/BV15x411x7WN?p=3

第三集:实现一个页面,新建devexpress winform blankApplication。

技术图片

 

  •  使用RibbonControl,添加几组PageGroup。PageGroup添加几个Item,PageGroup设置一下Text。每个Item设置一下LargeImage或Image(旧版本LageGlyph,Glyph)。想显示Image的时候,应该把LargeImage清除掉。Item设置一下ButtonStyle。Item设置Caption。

技术图片

 

  •  实现皮肤设置,添加RibbonGalleryBarItem。后台初始化皮肤。

技术图片

 

 private void Form1_Load(object sender, EventArgs e)
 {
     SkinHelper.InitSkinGallery(ribbonGalleryBarItem1, true);
 }
  • 底部状态栏的实现。拖动RibbonStatusBar,添加BarStaticItem,设置Item的Caption。

技术图片

 

  •  侧边栏,拖动NavBarControl,设置其Dock属性。右键AddGroup,AddItem。设置Group的Caption。设置Item的Caption和Image。

技术图片

 

以上是关于DevExpress+Winform的主要内容,如果未能解决你的问题,请参考以下文章

devexpress与winform区别

DevExpress winform XtraEditor常用控件

Devexpress winform 自动生成列 [关闭]

Winform_devexpress开发框架主界面设计

我用的vs2012。现在想下一个devexpress控件,主要是要winform部分的,最好还有相

DevExpress Winform 实现的一个关于核电厂设备检修客户端系统