Sets the automatic selection of items in the container after loading/updating.
Used by: DataGrid, List, TreeView.
| Value | Description |
|---|---|
| None | Default. Do not highlight the item. |
| FirstItem | Highlight the first item. |
| LastItem | Highlight the last item. |
| ItemId | Highlight an item with a given identifier (the identifier is taken from the url of the page). Not supported for DataGrid. |