[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.CellTypeDesigner-1

类 CellTypeDesigner<T>

CellType设计器。

继承
object
CellTypeDesigner<T>
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.Design.dll
语法
public class CellTypeDesigner<T> : CellTypeDesigner where T : CellType
类型参数
名称 描述
T

构造函数

CellTypeDesigner()

CellType设计器。

声明
public CellTypeDesigner()

属性

CellType

设计器对应的CellType。

声明
public T CellType { get; }
属性值
类型 描述
T