Skip to main content
Version: 3.5

SelectedObjectCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the collection of selected items in the ListBox.

public class SelectedObjectCollection : IList, ICollection, IEnumerable

Properties

Instance memberCount

Int32: Returns the number of selected items.

Instance memberIsReadOnly

Boolean: Returns whether the collection is read-only.

Instance memberItem(index)

Object: Returns the selected item.

Methods

Instance memberAdd(value)

ParameterTypeDescription
valueObject

Instance memberClear()

Instance memberContains(value)

ParameterTypeDescription
valueObject

Returns: Boolean.

Instance memberCopyTo(destination, index)

ParameterTypeDescription
destinationArray
indexInt32

Instance memberGetEnumerator()

Returns: IEnumerator.

Instance memberIndexOf(value)

ParameterTypeDescription
valueObject

Returns: Int32.

Instance memberRemove(value)

ParameterTypeDescription
valueObject