AllowsMultipleSelection |
A Boolean value that determines whether users can select more than one row outside of editing mode or not. |
AllowsMultipleSelectionDuringEditing |
A Boolean value that controls whether users can select more than one item simultaneously in editing mode or not. |
AllowsSelection |
A Boolean value that determines whether users can select a row or not. |
AllowsSelectionDuringEditing |
A Boolean value that determines whether users can select items while the receiver is in editing mode or not. |
Editing |
A set of configurable editing options for the TableView. |
Header |
The header of the TableView displayed in the toolbar. |
Layout |
The Layout of the TableView. The TableView can have 2 layout modes: plain and grouped layout mode. |
LookUp |
A set of configurable lookup options for the TableView. |
Refreshing |
A set of configurable refreshing options for the TableView. |
RowHeight |
The default rowheight of the TableView items. The rowheight can be configured per item with the Height property. |
Scrolling |
A set of configurable scrolling options for the TableView. |
Searching |
A set of Configurable searching options for the Tableview. |
SeparatorColor |
The color of separator items in the table view. |
SeparatorStyle |
The style for items used as separators. |
ToolBar |
Shows / hides the toolbar on the TableView. |