VirtualComboBoxItemCollection Class TIBCO Spotfire 7.12 API Reference
Represents the items contained in a VirtualComboBox.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Forms.ComponentsVirtualComboBoxItemCollection

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public sealed class VirtualComboBoxItemCollection : IReadOnlyList<VirtualComboBoxItem>, 
	IReadOnlyCollection<VirtualComboBoxItem>, IEnumerable<VirtualComboBoxItem>, IEnumerable

The VirtualComboBoxItemCollection type exposes the following members.

Constructors

  NameDescription
Public methodVirtualComboBoxItemCollection
Initializes a new instance of the VirtualComboBoxItemCollection class.
Public methodVirtualComboBoxItemCollection(IEnumerableVirtualComboBoxItem)
Initializes a new instance of the VirtualComboBoxItemCollection class.
Top
Methods

  NameDescription
Public methodFindIndex
Finds the index of the first item matching a predicate.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements in the collection.
Public propertyItem
Gets the element at the specified index in the read-only list.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.12, 7.11, 7.10
See Also

Reference