Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowView Methods

The BcfTableViewBaseTRowView generic type exposes the following members.

Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
(Inherited from BcfTableViewBase.)
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContainedRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
Public methodGetDefaultView
Gets the default view.
(Inherited from BcfTableViewBase.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow.
Public methodGetRowViewAt
Gets the BcfRowView 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
Gets the Type of the current instance.
(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
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also