ListEditItem Members
In This Article
#Constructors
Name | Description |
---|---|
List |
Initializes a new instance of the List |
List |
Initializes a new instance of the List |
List |
Initializes a new instance of the List |
List |
Initializes a new instance of the List |
#Properties
Name | Description |
---|---|
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Image |
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 Collection |
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. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified item to the current object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the data source’s item object of the specified list item. |
Get |
Returns the value of the specified data field of the list item.
Inherited from List |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Obsolete. Returns the value of the specified column within the list item.
Inherited from List |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the data field’s value.
Inherited from List |
Set |
Obsolete. Modifies the value of the specified column within the list item.
Inherited from List |
To |
Returns a string that identifies the List |
See Also