This example demonstrates how to customize the appearance and behavior of automatically generated map custom elements.
The MapCustomElementSettings class allows specifying parameters of the adapter generated map custom elements.
For this, assign a MapCustomElementSettings object to the ListSourceDataAdapter.ItemSettings property, and customize one or several of the following properties.
- Template - allows specifying the appearance and behavior of generated custom elements.
- ContentTemplate - allows specifying the appearance of data displayed in custom elements.
- ContentTemplateSelector - allows specifying the selector that chooses a template depending on data properties.
↧
How to customize the appearance and behavior of automatically generated map custom elements
↧