Dev15.1 重写GridControl无法在工具栏出现
Dev15.1 重写GridControl无法在工具栏出现(VS2010VS2012 )测试都不行。代码如下:
publicclass BizDataGridCtrl :GridControl,IDataControl { string bizViewName = ""; public string BizViewName { get { return bizViewName; } set { bizViewName = value; } } string bizViewFeildName = ""; public string BizViewFeildName { get { return BizViewFeildName; } set { BizViewFeildName = value; } } }
如果强行把生成的Dll托到工具栏,位到界面上时, 会造成VS直接挂掉, 大侠帮我!!
?大神得, 帮看一下吧? ?大神得, 帮看一下吧?
页:
[1]