ListEditItem Properties
A list item.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| ImageUrl | Gets or sets the path to the image displayed within the item. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Selected | Gets or sets whether a list box item is selected. |
| Text | Gets or sets the list item’s text. |
| Value | Gets or sets the item’s associated value. |
See Also