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 平台內部使用。

適用於