| BcfTableViewBase Properties | |
The BcfTableViewBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDelete |
Gets or sets a value indicating whether windows forms components such as DataGridView should enable delete functionality.
| |
| BcfRowViews |
Gets the row views.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| FilterFunction |
Gets or sets the filter function.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsSorted |
Gets whether the items in the list are sorted.
| |
| 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, else null.
| |
| Relation |
Gets the associated BcfRelation if this is a childview, else null.
| |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| SortDirection |
Gets the sort order.
| |
| SortProperty |
Get the PropertyDescriptor that is being used for sorting.
| |
| Table |
Gets the associated BcfTable | |
| ViewManager |
Gets the BcfViewManager this BcfTableViewBase belongs to.
| |
| ViewType |
Gets the type of the view.
|