Interface ITableCell
表格单元格的数据抽象
Assembly: YooAsset.Editor.dll
View Source
Declaration
public interface ITableCell
Properties
CellValue
单元格数值
View Source
Declaration
object CellValue { get; set; }
Methods
GetDisplayObject()
获取用于界面渲染的显示对象
View Source
Declaration
object GetDisplayObject()
Returns
System.Object: 可用于 UI 绑定的对象实例