ListEditItemBase Properties
The base class for list editor items.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Text | Gets or sets the list item’s text. |
| Value | Gets or sets the item’s associated value. |
See Also