BcfTableViewBase Properties |
[This is preliminary documentation and is subject to change.]
The BcfTableViewBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDelete |
Gets or sets a value indicating whether implementation of Remove(Object) etc should delete the specified rowview.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| FilteredCount |
Gets the number of items suppressed by filter.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsFiltered |
Gets a value indicating the items in the list are filtered.
| |
| IsSorted |
Gets a value indicating the items in the list are sorted.
| |
| Item |
Gets the BcfRowView at the specified index.
| |
| Name |
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable | |
| ParentRowView |
Returns the parent BcfRowView if this is a childview, otherwise null.
| |
| Relation |
Gets the associated BcfRelation if this is a childview, otherwise null.
| |
| Repository |
Gets row-view repository.
| |
| RowViews |
Gets the row views.
| |
| RowViewType |
Gets the type of the row views in this collection.
| |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| Sources |
Get the row view source-lists.
| |
| Table |
Gets the associated BcfTable | |
| ViewManager |
Gets the BcfViewManager this BcfTableViewBase belongs to.
| |
| ViewType |
Gets the type of the view.
|