Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowView Properties

The BcfTableViewBaseTRowView generic 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.
(Inherited from BcfTableViewBase.)
Public propertyBcfRowViews
Gets the row views.
(Inherited from BcfTableViewBase.)
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.)
Public propertyFilterFunction
Gets or sets the filter function.
(Inherited from BcfTableViewBase.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfTableViewBase.)
Public propertyIsSorted
Gets whether 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, else null.
(Inherited from BcfTableViewBase.)
Public propertyRelation
Gets the associated BcfRelation if this is a childview, else null.
(Inherited from BcfTableViewBase.)
Public propertyRowViews
Gets the BcfRowViews.
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfTableViewBase.)
Public propertySortDirection
Gets the sort order.
(Inherited from BcfTableViewBase.)
Public propertySortProperty
Get the PropertyDescriptor that is being used for sorting.
(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