Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowView Methods

The BcfTableViewBaseTRowView generic type exposes the following members.

Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual TRowView.
Public methodContains(TRowView)
Determines whether this collection contains the specified item.
Public methodContains(BcfRowView)
Determines whether the list contains the specified BcfRowView.
(Inherited from BcfTableViewBase.)
Public methodCopyTo
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
Protected methodCreateRowView
Creates the row view.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfTableViewBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContainedRowView
Gets the TRowView or null if no TRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated TRowView.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetRowView
Gets the TRowView or null if no TRowView is associated with the given BcfRow.
Public methodGetRowViewAt
Gets the TRowView at the specified index.
Public methodGetRowViewType
Gets the type of the row view.
(Overrides BcfTableViewBaseGetRowViewType.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(TRowView)
Determines the index of a specific item in the list.
Public methodIndexOf(BcfRowView)
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBase.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
Protected methodOnDisposed
Raises the Disposed event.
(Inherited from BcfTableViewBase.)
Public methodToString (Inherited from Object.)
Top
See Also