Click or drag to resize
IEntityView2 Properties

The IEntityView2 type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
Public propertyAllowNew
Gets/sets whether you can add items to the list using AddNew.
Public propertyAllowRemove
Gets / sets whether you can update items in the list.
Public propertyCount
Gets the count of the view.
Public propertyDataChangeAction
Gets or sets the data change action which specifies what to do when the data in the related collection of an entity view changes. A change in data can be: entity added or changed. If an entity is removed from the underlying collection, the entity is simply removed from the entity view, as the view doesn't contain any data by itself.
Public propertyFilter
Gets or sets the filter to use for this entity view.
Public propertyItem
Gets the IEntity2 at the specified index in the view
Public propertyRelatedCollection
Gets the related collection set for this view.
Public propertySorter
Gets or sets the sorter for this entity view. Setting this property will re-sort the view and will reset the view in databinding scenario's.
Top
See Also