BaseListControlObjectCollectionIndexOf Method

Get the index of the specified object in the collection

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int IndexOf(
	Object value
)

Parameters

value  Object
The value for which to get the index

Return Value

Int32
The index of the item or -1 if not found

Implements

IListIndexOf(Object)

Exceptions

ArgumentNullExceptionThis is thrown if the item is null

See Also