Click or drag to resize

BcfTableViewBaseTRowView Properties

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

The BcfTableViewBaseTRowView generic 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.
(Inherited from BcfTableViewBase.)
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.)
Public propertyFilteredCount
Gets the number of items suppressed by filter.
(Inherited from BcfTableViewBase.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfTableViewBase.)
Public propertyIsFiltered
Gets a value indicating the items in the list are filtered.
(Inherited from BcfTableViewBase.)
Public propertyIsSorted
Gets a value indicating the items in the list are sorted.
(Inherited from BcfTableViewBase.)
Public propertyItem
Gets the element at the specified index
Public propertyName
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable
(Inherited from BcfTableViewBase.)
Public propertyParentRowView
Returns the parent BcfRowView if this is a childview, otherwise null.
(Inherited from BcfTableViewBase.)
Public propertyRelation
Gets the associated BcfRelation if this is a childview, otherwise null.
(Inherited from BcfTableViewBase.)
Public propertyRepository
Gets row-view repository.
(Inherited from BcfTableViewBase.)
Public propertyRowViews
Gets the row views.
(Inherited from BcfTableViewBase.)
Public propertyRowViewType
Gets the type of the row view.
(Overrides BcfTableViewBaseRowViewType.)
Public propertySources
Get the row view source-lists.
(Inherited from BcfTableViewBase.)
Public propertyTable
Gets the associated BcfTable
(Inherited from BcfTableViewBase.)
Public propertyViewManager
Gets the BcfViewManager this BcfTableViewBase belongs to.
(Inherited from BcfTableViewBase.)
Public propertyViewType
Gets the type of the view.
(Inherited from BcfTableViewBase.)
Top
See Also