导航

02 2015 档案

摘要:今天在使用DevExpress的BarManager菜单控件时,发现在进行继承时无法在继承的子类窗体中对其进行编辑与修改,另外像GridView也有类似的情形,后来查阅资料后,现在可通过DevExpress的设置解决此问题,方法为:开始->DevExpress X.XX->tools->WinFor... 阅读全文

posted @ 2015-02-06 09:46 eastson 阅读(420) 评论(1) 推荐(0)

摘要:namespace GridControlDemo{ class MyGridControl : GridControl { protected override BaseView CreateDefaultView() { return... 阅读全文

posted @ 2015-02-06 09:17 eastson 阅读(495) 评论(0) 推荐(0)

摘要:Question:I'm developing a C# component, I want to prevent the user from adding this component to the Form if the Form already has an instance of the c... 阅读全文

posted @ 2015-02-05 09:30 eastson 阅读(175) 评论(0) 推荐(0)