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

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

The BcfValidatorResultTableViewTValidatorResultView generic type exposes the following members.

Properties

  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListTValidatorResultView.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListTValidatorResultView.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListTValidatorResultView.)
Public propertyCount (Inherited from CollectionTValidatorResultView.)
Protected propertyIsSortedCore
Gets a value indicating whether this instance is sorted.
(Overrides BindingListTIsSortedCore.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionTValidatorResultView.)
Protected propertyItems (Inherited from CollectionTValidatorResultView.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListTValidatorResultView.)
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListTValidatorResultView.)
Protected propertySortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingListTValidatorResultView.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListTValidatorResultView.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListTValidatorResultView.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListTValidatorResultView.)
Top
See Also

Reference