Click or drag to resize
ItemDescriptionListT Properties

The ItemDescriptionListT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from ListItemDescriptionT.)
Public propertyCount (Inherited from ListItemDescriptionT.)
Public propertyGetDescription
Gets or sets a method that returns the description associated with an item.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ListItemDescriptionT.)
Public propertyUnderlyingBindingList
Gets the underlying list as an IBindingList.
Public propertyUnderlyingList
Gets the underlying list.
Top
See Also