ListView.CheckedListViewItemCollection
Wisej.Web.ListView CheckedListViewItemCollection
Last updated
Was this helpful?
Wisej.Web.ListView CheckedListViewItemCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the collection of checked items in a list view control.
Initializes a new instance of the class.
owner
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
Throws:
Determines whether the specified item is located in the collection.
item
Determines if an item with the specified key is contained in the collection.
key
The name of the item to search for.
Returns an enumerator that can be used to iterate through the checked index collection.
item
Determines the index of an item with the specified key.
key
The name of the item to retrieve the index for.
A control that owns the collection.
: Returns the item value at the specified index within the collection.
The index parameter is less than 0 or greater than or equal to the value of the property of .
: Returns the item with the specified key within the collection.
The to locate in the collection.
Returns: . true if the specified index from the for the is an item in the collection; otherwise, false.
Returns: . true if an item with the specified key is contained in the collection; otherwise, false.
Returns: . An that represents the checked index collection.
Returns the index within the of the specified item.
The to locate in the collection.
Returns: . The zero-based index in the collection; otherwise, -1 if the item is not located in the collection.
Returns: . The zero-based index for the with the specified name, if found; otherwise, -1.