IEntityView2 Properties |
The IEntityView2 type exposes the following members.
Name | Description | |
---|---|---|
AllowEdit |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
| |
AllowNew |
Gets/sets whether you can add items to the list using AddNew.
| |
AllowRemove |
Gets / sets whether you can update items in the list.
| |
Count |
Gets the count of the view.
| |
DataChangeAction |
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.
| |
Filter |
Gets or sets the filter to use for this entity view.
| |
Item |
Gets the IEntity2 at the specified index in the view
| |
RelatedCollection |
Gets the related collection set for this view.
| |
Sorter |
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.
|