TableModel Class

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class TableModel : Xamarin.Forms.ITableModel
type TableModel = class
    interface ITableModel
Inheritance
TableModel
Attributes
Implements

Constructors

TableModel()

For internal use by the Xamarin.Forms platform.

Methods

GetCell(Int32, Int32)

For internal use by the Xamarin.Forms platform.

GetHeaderCell(Int32)

For internal use by the Xamarin.Forms platform.

GetItem(Int32, Int32)

For internal use by the Xamarin.Forms platform.

GetRowCount(Int32)

For internal use by the Xamarin.Forms platform.

GetSectionCount()

For internal use by the Xamarin.Forms platform.

GetSectionIndexTitles()

For internal use by the Xamarin.Forms platform.

GetSectionTextColor(Int32)

For internal use by the Xamarin.Forms platform.

GetSectionTitle(Int32)

For internal use by the Xamarin.Forms platform.

OnRowLongPressed(Object)

For internal use by the Xamarin.Forms platform.

OnRowSelected(Object)

For internal use by the Xamarin.Forms platform.

RowLongPressed(Int32, Int32)

For internal use by the Xamarin.Forms platform.

RowLongPressed(Object)

For internal use by the Xamarin.Forms platform.

RowSelected(Int32, Int32)

For internal use by the Xamarin.Forms platform.

RowSelected(Object)

For internal use by the Xamarin.Forms platform.

Events

ItemLongPressed

For internal use by the Xamarin.Forms platform.

ItemSelected

For internal use by the Xamarin.Forms platform.

Applies to