CalculationWorks Logo
BcfTableViewBase PropertiesCalculationWorks BCF Library 1.1 for .NET Framework 4.5

[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 windows forms components such as DataGridView should enable delete functionality.
Public propertyBcfRowViews
Gets the row views.
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyFilterFunction
Gets or sets the filter function.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsSorted
Gets whether the items in the list are sorted.
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, else null.
Public propertyRelation
Gets the associated BcfRelation if this is a childview, else null.
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Public propertySortDirection
Gets the sort order.
Public propertySortProperty
Get the PropertyDescriptor that is being used for sorting.
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

Reference