SelectedObjectCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the collection of selected items in the ListBox.
- C#
- VB.NET
public class SelectedObjectCollection : IList, ICollection, IEnumerable
Public Class SelectedObjectCollection
Inherits IList
Implements ICollection, IEnumerable
Properties
Count
Int32: Returns the number of selected items.
IsReadOnly
Boolean: Returns whether the collection is read-only.
Item(index)
Object: Returns the selected item.
Methods
Add(value)
| Parameter | Type | Description |
|---|---|---|
| value | Object |
Clear()
Contains(value)
| Parameter | Type | Description |
|---|---|---|
| value | Object |
Returns: Boolean.
CopyTo(destination, index)
| Parameter | Type | Description |
|---|---|---|
| destination | Array | |
| index | Int32 |
GetEnumerator()
Returns: IEnumerator.
IndexOf(value)
| Parameter | Type | Description |
|---|---|---|
| value | Object |
Returns: Int32.
Remove(value)
| Parameter | Type | Description |
|---|---|---|
| value | Object |