Click or drag to resize

BcfTableViewBase Properties

[This is preliminary documentation and is subject to change.]

The BcfTableViewBase type exposes the following members.

Properties
  NameDescription
Public propertyAllowDelete
Gets or sets a value indicating whether implementation of Remove(Object) etc should delete the specified rowview.
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyFilteredCount
Gets the number of items suppressed by filter.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsFiltered
Gets a value indicating the items in the list are filtered.
Public propertyIsSorted
Gets a value indicating the items in the list are sorted.
Public propertyItem
Gets the BcfRowView at the specified index.
Public propertyName
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable
Public propertyParentRowView
Returns the parent BcfRowView if this is a childview, otherwise null.
Public propertyRelation
Gets the associated BcfRelation if this is a childview, otherwise null.
Public propertyRepository
Gets row-view repository.
Public propertyRowViews
Gets the row views.
Public propertyRowViewType
Gets the type of the row views in this collection.
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Public propertySources
Get the row view source-lists.
Public propertyTable
Gets the associated BcfTable
Public propertyViewManager
Gets the BcfViewManager this BcfTableViewBase belongs to.
Public propertyViewType
Gets the type of the view.
Top
See Also