TableModel 类

定义

供 Xamarin.Forms 平台内部使用。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class TableModel : Xamarin.Forms.ITableModel
type TableModel = class
    interface ITableModel
继承
System.Object
TableModel
属性
System.ComponentModel.EditorBrowsableAttribute
实现

构造函数

TableModel()

供 Xamarin.Forms 平台内部使用。

方法

GetCell(Int32, Int32)

供 Xamarin.Forms 平台内部使用。

GetHeaderCell(Int32)

供 Xamarin.Forms 平台内部使用。

GetItem(Int32, Int32)

供 Xamarin.Forms 平台内部使用。

GetRowCount(Int32)

供 Xamarin.Forms 平台内部使用。

GetSectionCount()

供 Xamarin.Forms 平台内部使用。

GetSectionIndexTitles()

供 Xamarin.Forms 平台内部使用。

GetSectionTextColor(Int32)

供 Xamarin.Forms 平台内部使用。

GetSectionTitle(Int32)

供 Xamarin.Forms 平台内部使用。

OnRowLongPressed(Object)

供 Xamarin.Forms 平台内部使用。

OnRowSelected(Object)

供 Xamarin.Forms 平台内部使用。

RowLongPressed(Int32, Int32)

供 Xamarin.Forms 平台内部使用。

RowLongPressed(Object)

供 Xamarin.Forms 平台内部使用。

RowSelected(Int32, Int32)

供 Xamarin.Forms 平台内部使用。

RowSelected(Object)

供 Xamarin.Forms 平台内部使用。

事件

ItemLongPressed

供 Xamarin.Forms 平台内部使用。

ItemSelected

供 Xamarin.Forms 平台内部使用。

适用于