CheckedIndicesCollection Class

This is a derived ReadOnlyCollectionT class that contains a set of indices from a CheckBoxList control. Each entry represents the index of an item that has a check state of Checked or Indeterminate.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public class CheckedIndicesCollection : ReadOnlyCollection<int>
Inheritance
Object    ReadOnlyCollectionInt32    CheckedIndicesCollection

Remarks

The collection itself cannot be modified

Properties

CountGets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionInt32)
ItemGets the element at the specified index.
(Inherited from ReadOnlyCollectionInt32)
ItemsReturns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionInt32)

Methods

ContainsDetermines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionInt32)
CopyToCopies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionInt32)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionInt32)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionInt32)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Convert the checked indices to a comma-separated list
(Overrides ObjectToString)

See Also