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 Microsoft.Maui.Controls platform.
public ref class TableModel abstract : Microsoft::Maui::Controls::ITableModel
public abstract class TableModel : Microsoft.Maui.Controls.ITableModel
type TableModel = class
interface ITableModel
Public MustInherit Class TableModel
Implements ITableModel
- Inheritance
-
TableModel
- Implements
Constructors
TableModel() |
Methods
GetCell(Int32, Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
GetHeaderCell(Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
GetItem(Int32, Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
GetRowCount(Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
GetSectionCount() |
For internal use by the Microsoft.Maui.Controls platform. |
GetSectionIndexTitles() |
For internal use by the Microsoft.Maui.Controls platform. |
GetSectionTextColor(Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
GetSectionTitle(Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
OnRowLongPressed(Object) | |
OnRowSelected(Object) | |
RowLongPressed(Int32, Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
RowLongPressed(Object) |
For internal use by the Microsoft.Maui.Controls platform. |
RowSelected(Int32, Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
RowSelected(Object) |
For internal use by the Microsoft.Maui.Controls platform. |
Events
ItemLongPressed | |
ItemSelected |