ListViewItem Class Members
In This Topic
The following tables list the members exposed by ListViewItem.
Public Constructors
Public Properties
| Name | Description |
 | Content | Gets the content associated with this object. |
 | DataCollection | Gets the collection to which the bound item belongs to. |
 | DataIndex | Gets the index of the data inside the collection of items. |
 | IsEnabled | Gets or sets the IsEnabled property. |
 | IsSelected | Gets or sets the IsSelected property |
 | Level | Gets or sets the nesting level inside a group. This is zero if no grouping is used. |
 | Parent | Gets the parent group item. |
 | State | Gets or sets the state of the item, which can be Preview or Full. |
Top
Public Methods
| Name | Description |
 | ToString | Returns a string that represents the current object.Returns a string that represents the current object. |
Top
Public Events
See Also