TableModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.ObjectTableModel
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
- 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. |