Represents a single list item. Usually used inside a List container.
Inherits: UIElement : UIElementBase
Content property: Content
| Name | Type | Description |
|---|---|---|
| Content | Object | Content property. List item text. Can be either plain text or a control (UIElementBase). |
| Header | Object | List item header. Can be either plain text or a control (UIElementBase). |
| Footer | Object | List item footer. Can be either plain text or a control (UIElementBase). |
| Icon | Icon | The icon that will be displayed in the list item. |
| CommandBar | CommandBar | The command bar associated with the list item. |
| Command | BindCmd |
Command for a list item. It will be executed when clicking on a list item.
Please note that using the command in conjunction with the CommandBar
does not make sense. It will not be possible to press a button inside the command bar.
|
| Base item properties | ||