TableModel
TableModel()
GetCell(Int32, Int32)
GetHeaderCell(Int32)
GetItem(Int32, Int32)
GetRowCount(Int32)
GetSectionCount()
GetSectionIndexTitles()
GetSectionTextColor(Int32)
GetSectionTitle(Int32)
OnRowLongPressed(Object)
OnRowSelected(Object)
RowLongPressed(Object)
RowLongPressed(Int32, Int32)
RowSelected(Object)
RowSelected(Int32, Int32)
ItemLongPressed
ItemSelected
net7.0
namespace Microsoft.Maui.Controls.Internals
{
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class TableModel : ITableModel
{
public event EventHandler<EventArg<object>> ItemLongPressed;
}
}
.NET | 6.07.0 |
---|---|
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | The event adder is supported on all platforms. The event remover is supported on all platforms. |
- Built-in API
- Package-provided API