The properties of System.Windows.Forms.ListViewItem are listed below. For a list of all members, see the ListViewItem Members list.
See Also: Inherited members from System.Object
BackColor | System.Drawing.Color.
Gets or sets the background color of the item's text. | |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the bounding rectangle of the item, including subitems. |
Checked | bool.
Gets or sets a value indicating whether the item is checked. | |
Focused | bool.
Gets or sets a value indicating whether the item has focus within the System.Windows.Forms.ListView control. | |
Font | System.Drawing.Font.
Gets or sets the font of the text displayed by the item. | |
ForeColor | System.Drawing.Color.
Gets or sets the foreground color of the item's text. | |
Group | ListViewGroup.
Gets or sets the group to which the item is assigned. | |
ImageIndex | int.
Gets or sets the index of the image that is displayed for the item. | |
ImageKey | string.
Gets or sets the key for the image that is displayed for the item. | |
[read-only] | ImageList | ImageList.
Gets the System.Windows.Forms.ImageList that contains the image displayed with the item. |
IndentCount | int.
Gets or sets the number of small image widths by which to indent the System.Windows.Forms.ListViewItem. | |
[read-only] | Index | int.
Gets the zero-based index of the item within the System.Windows.Forms.ListView control. |
[read-only] | ListView | ListView.
Gets the System.Windows.Forms.ListView control that contains the item. |
Name | string.
Gets or sets the name associated with this System.Windows.Forms.ListViewItem. | |
Position | System.Drawing.Point.
Gets or sets the position of the upper-left corner of the System.Windows.Forms.ListViewItem. | |
Selected | bool.
Gets or sets a value indicating whether the item is selected. | |
StateImageIndex | int.
Gets or sets the index of the state image (an image such as a selected or cleared check box that indicates the state of the item) that is displayed for the item. | |
[read-only] | SubItems | ListViewItem.ListViewSubItemCollection.
Gets a collection containing all subitems of the item. |
Tag | object.
Gets or sets an object that contains data to associate with the item. | |
Text | string.
Gets or sets the text of the item. | |
ToolTipText | string.
Gets or sets the text shown when the mouse pointer rests on the System.Windows.Forms.ListViewItem. | |
UseItemStyleForSubItems | bool.
Gets or sets a value indicating whether the ListViewItem.Font, ListViewItem.ForeColor, and ListViewItem.BackColor properties for the item are used for all its subitems. |