Overview
Published Properties
Property name | Description |
---|---|
DetailView | DetailView of the TableView used to display content from another TMS FMX Native UI Control linked to the DetailView of an item within a section. |
MasterTableView | MasterTableView of the sub TableView when multiple TableView instances are linked to each other and represent a hierarchical master-detail structure. |
Options | A set of configurable options for the TableView |
Sections[Index] | A collection of Sections used in the TableView. |
Visible | Shows / Hides the TableView. |
Public Properties
Property name | Description |
---|---|
EditButton | Returns a reference to the native iOS UIBarButton that is used in the ToolBar for editing purposes. |
NavigationController | Returns a reference to the native iOS UINavigationController used to navigate in hierarchical structure when a SubDetailView item relation is setup. |
SearchBar | Returns a reference to the native iOS UISearchBar . |
SearchDisplayController | Returns a reference to the native iOS UISearchDisplayController that is used to display the search results. |
TableView | Returns a reference to the native iOS UITableView . |
TableViewController | Returns a reference to the native iOS UITableViewController . |