Click or drag to resize
CalculationWorks Logo
BcfCommonTableView Methods

The BcfCommonTableView type exposes the following members.

Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual TRowView.
(Inherited from BcfTableViewBaseTRowView.)
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.
(Inherited from BcfTableViewBaseTRowView.)
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.
(Inherited from BcfTableViewBaseTRowView.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.)
Public methodEquals (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.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetDefaultView
Gets the default view.
(Inherited from BcfTableViewBase.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from BcfTableViewBaseTRowView.)
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.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetRowViewAt
Gets the TRowView at the specified index.
(Inherited from BcfTableViewBaseTRowView.)
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.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(TRowView)
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBaseTRowView.)
Public methodIndexOf(BcfRowView)
Determines the index of a specific item in the list.
(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