ListView Template & Purpose
- AlternatingItemTemplate : Display alternating items with different markup to help viewers distinguish consecutive items.
- EditItemTemplate : Controls display when an item is in edit mode.
- EmptyDataTemplate : Controls display when the ListView's data source returns no data.
- EmptyItemTemplate : Controls the display for an empty item.
- GroupSeparatorTemplate : Controls the content to display between groups of items.
- GroupTemplate : Specifies a container object such as a table row, div, or span element for the content.
- InsertItemTemplate : Specifies content to render when users insert an item.
- ItemSeparatorTemplate : Controls the content to display between individual items.
- ItemTemplate : Controls content to display for individual items.
- LayoutTemplate : Specifies the root element that defines a container object, such as a table, div, or span element that surrounds content defined in the ItemTemplate or GroupTemplate.
- SelectedItemTemplate : Specifies the content to display for the currently selected item.