ListViewItem Properties |
The ListViewItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds | Gets the bounding rectangle of the item, including subitems. | |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| CheckBoxVisible |
If CheckBoxes are enabled, specific items can have their checkboxes removed.
| |
| Checked | Gets or sets a value indicating whether the item is checked. | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Enabled | Gets or sets a value indicating whether the item is enabled. | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| ImageIndex | Gets or sets the index of the image that is displayed for the item. | |
| ImageList |
Gets the ImageList that contains the image displayed with the item.
| |
| Index | Gets the zero-based index of the item within the list view control. | |
| ItemName |
Gets or sets the name of the component.
| |
| ListView | Gets the ListViewListView control that contains the item. | |
| Selected | Gets or sets a value indicating whether the item is selected. | |
| Site | (Inherited from Component.) | |
| SubItems | Gets a collection containing all subitems of the item. | |
| Tag | Gets or sets the object that contains data about the control. | |
| Text | Gets or sets the text of the item. |