Silverlight ItemViewer
The ItemViewer exposes several properties for controlling various aspects of the ItemViewer and its behaviour.
Properties for Liquid.ItemViewer
Below are the available properties complete with descriptions.
| Property Name | Type | Description |
| Selected |
|
Gets or sets the selected item. |
Methods for Liquid.ItemViewer
Below are the available methods, complete with parameters and descriptions.
| Method Name | Description | Parameters |
| Add(ItemViewerItem) |
Adds a single ItemViewerItem object. |
Parameters |
| Add(IEnumerable<ItemViewerItem>) |
Adds a collection of ItemViewerItem objects to the Items collection. |
Parameters |
| SetSelected(String) |
Selects an item. |
Parameters |
| Clear() |
Clears all the child items. |
|
| OnApplyTemplate() |
This is called when the template has been bound to the control. |
|