点击或拖拽改变大小

TableViewCellCollection 类

表格单元集合
继承层次
SystemObject
  System.CollectionsCollectionBase
    Smobiler.Core.ControlsMobileViewCollectionBaseTableViewCell
      Smobiler.Core.ControlsTableViewCellCollection

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.641.16928
语法
public class TableViewCellCollection : MobileViewCollectionBase<TableViewCell>

TableViewCellCollection 类型公开以下成员。

构造函数
  名称说明
公共方法TableViewCellCollection
初始化 TableViewCellCollection 类的一个新实例
Top
属性
方法
  名称说明
公共方法Add (重写 MobileViewCollectionBaseTAdd(T).)
公共方法AddRange (重写 MobileViewCollectionBaseTAddRange(T).)
公共方法Clear (重写 MobileViewCollectionBaseTClear.)
公共方法Contains
判断是否存在给定集合元素
(继承自 MobileViewCollectionBaseT。)
公共方法IndexOf
获取指定集合元素的索引
(继承自 MobileViewCollectionBaseT。)
公共方法Refresh
对数据进行刷新
(继承自 MobileViewCollectionBaseT。)
公共方法Remove (重写 MobileViewCollectionBaseTRemove(T).)
公共方法RemoveAt (重写 MobileViewCollectionBaseTRemoveAt(Int32).)
Top
参见