Property | Description |
Expression | Expression that identifies the data to obtain from the data source. |
No Rows Template | Name of a Template object that you previously defined. It will be shown if the data source contains no elements after having been reloaded. |
Reload On Transition To | A boolean value indicating whether the data source is to be reloaded each time when the view containing this ContentProvider object is accessed. |
Row Template | Name of a Template object that you previously defined. At run time, the data obtained from the data source is formatted and displayed in this user interface object. Specify a Template object that is based on a user interface object that can display the list of information, such as a Table object. For more information about templates, see
Using Templates to Define Custom Objects for a Mobile Project and
Using a Content Provider to Populate a ListView. |