Click or drag to resize
BCCollectionBaseT Properties

The BCCollectionBaseT generic type exposes the following members.

Properties
  NameDescription
Public propertyCacheResults
Gets or sets a value indicating whether values should be cached.
(Inherited from BCCollectionBase.)
Public propertyColumnCount
Gets the number of properties in the tableview.
(Inherited from BCCollectionBase.)
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BCCollectionBase.)
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyItemInt32
Gets the element at the specified index.
Public propertyItemString
Gets the element identified with the specified key.
Public propertyRowCount
Gets the number of objects in the tableview.
(Inherited from BCCollectionBase.)
Public propertyTableView
Gets the collection of an object's property values.
(Inherited from BCCollectionBase.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
See Also