[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ICellTypePastedContext

接口 ICellTypePastedContext

粘贴的上下文信息

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

属性

FromPageName

原页面名称

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

IsFromMobilePage

原页面是否为手机页面

声明
bool IsFromMobilePage { get; }
属性值
类型 描述
bool

IsToMobilePage

目标页面是否为手机页面

声明
bool IsToMobilePage { get; }
属性值
类型 描述
bool

ToPageName

目标页面名称

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