[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ISupportServerUIPermission

接口 ISupportServerUIPermission

主要用于单元格类型的服务端权限检查。

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public interface ISupportServerUIPermission : ISupportUIPermission

属性

CellName

单元格类型所在单元格名称或位置

声明
string CellName { get; set; }
属性值
类型 描述
string

PageName

单元格类型所在页面

声明
string PageName { get; set; }
属性值
类型 描述
string