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 methodApplyFilter
Applies the filter.
(Inherited from BcfTableViewBase.)
Public methodApplyFilter(Boolean)
Applies the filter.
(Inherited from BcfTableViewBase.)
Public methodApplySort(ListSortDescriptionCollection)
Sorts the collection based on the given ListSortDescriptionCollection.
(Inherited from BcfTableViewBase.)
Public methodApplySort(PropertyDescriptor, ListSortDirection)
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
(Inherited from BcfTableViewBase.)
Public methodApplySort(String, ListSortDirection)
Sorts the list based on a column name and a ListSortDirection.
(Inherited from BcfTableViewBase.)
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 methodGetDefaultView
Gets the default view.
(Inherited from BcfTableViewBase.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetRelationsOfManagedChildViews
Gets the relations of managed child views.
(Inherited from BcfTableViewBase.)
Public methodGetRelationsOfManagedParentRowViews
Gets the relations of managed parent row views.
(Inherited from BcfTableViewBase.)
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 methodGetRowViewProperties
Gets the row view properties.
(Inherited from BcfTableViewBase.)
Public methodGetRowViewSources
Gets the row view sources. Only custom views have source views.
(Inherited from BcfTableViewBase.)
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 methodOnDisposed
Raises the Disposed event.
(Inherited from BcfTableViewBase.)
Public methodRemoveSort
Removes the applied sort.
(Inherited from BcfTableViewBase.)
Public methodSetRowViewSources
Sets the row view sources.
(Inherited from BcfTableViewBase.)
Public methodSort
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
(Inherited from BcfTableViewBase.)
Public methodToString (Inherited from Object.)
Top
See Also