ITableModel Interface

Definition

This interface is for internal use by platform renderers.

public interface ITableModel
type ITableModel = interface
Derived

Methods

GetCell(Int32, Int32)

For internal use by platform renderers.

GetHeaderCell(Int32)

For internal use by platform renderers.

GetItem(Int32, Int32)

For internal use by platform renderers.

GetRowCount(Int32)

For internal use by platform renderers.

GetSectionCount()

For internal use by platform renderers.

GetSectionIndexTitles()

For internal use by platform renderers.

GetSectionTextColor(Int32)
GetSectionTitle(Int32)

For internal use by platform renderers.

RowLongPressed(Int32, Int32)

For internal use by platform renderers.

RowSelected(Int32, Int32)

For internal use by platform renderers.

RowSelected(Object)

For internal use by platform renderers.

Applies to