TableModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
供 Xamarin.Forms 平台內部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class TableModel : Xamarin.Forms.ITableModel
type TableModel = class
interface ITableModel
- 繼承
-
System.ObjectTableModel
- 屬性
-
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 平台內部使用。 |