阅读背景:

WPF:如何通过属性编辑器/XAML编辑子类中的基类/父类的列属性?

来源:互联网 

I have created a class called ProductionDataUserControlBase and it derives from class UserControl. This base class has no XAML. Its purpose is to act as a base class for a grid that I encapsulate inside the class so that it can be modified when the class is inherited later. Inside the constructor of the base class, I also create the columns and add them to the Grid's collection. I created a public property called Columns and all it does is returns (get) the Columns property collection of the grid.I have created a class called ProductionDataUse




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: