The IEntityListView type exposes the following members.

Methods

  NameDescription
AddNew
Adds a new object to this IEntityListViewBase at the end of the collection.
(Inherited from IEntityListViewBase.)
CanInsertOrAddNew
Gets a value indicating whether a new item can be inserted into or added to the item collection.
(Inherited from IEntityListViewBase.)
Delete
Deletes the selected objects from this IEntityListViewBase.
(Inherited from IEntityListViewBase.)
InsertNewOverloaded.
SelectAll
Selects all the items in a IEntityListViewBase.
(Inherited from IEntityListViewBase.)
UnselectAll
Unselects all the items in a IEntityListViewBase.
(Inherited from IEntityListViewBase.)

Properties

  NameDescription
CanDelete
Gets a value indicating whether selected items can be deleted from the item collection.
(Inherited from IEntityListViewBase.)
CanInsertNew
Gets a value indicating whether a new item can be inserted to the item collection.
(Inherited from IEntityListViewBase.)
IsItemCollectionReadOnly
Gets or sets a value indicating whether the item collection is read-only in the IEntityListView control so that the user cannot update it using the keyboard or by executing specific commands.
IsItemDataReadOnly
Gets or sets a value indicating whether the item data is read-only in the IEntityListView control so that the user cannot update it using the keyboard or mouse.
IsSynchronizedWithCurrentItem
Gets or sets a value that indicates whether a IEntityListViewBase should keep the SelectedItem synchronized with the current item in the Items property.
(Inherited from IEntityListViewBase.)
IsTextSearchCaseSensitive
Gets or sets a value that indicates whether case is a condition when searching for items.
(Inherited from IEntityListViewBase.)
IsTextSearchEnabled
Gets or sets a value that indicates whether TextSearch is enabled on the IEntityListViewBase instance.
(Inherited from IEntityListViewBase.)
SelectedIndex
Gets or sets the index of the first item in the current selection or returns negative one (-1) if the selection is empty.
(Inherited from IEntityListViewBase.)
SelectedItem
Gets or sets the first item in the current selection or returns null if the selection is empty.
(Inherited from IEntityListViewBase.)
SelectedItems
Gets the currently selected items.
(Inherited from IEntityListViewBase.)
SelectedValue
Gets the value of the SelectedItem, obtained by using SelectedValuePath.
(Inherited from IEntityListViewBase.)
SelectedValuePath
Gets or sets a value that indicates the path used to get the SelectedValue from the SelectedItem.
(Inherited from IEntityListViewBase.)
SelectionMode
Gets or sets the selection behavior for a IEntityListViewBase.
(Inherited from IEntityListViewBase.)
View
Gets or sets an object that defines how the data is styled and organized in a IEntityListViewBase control.
(Inherited from IEntityListViewBase.)

Events

  NameDescription
SelectionChanged
Occurs when the selection of a IEntityListViewBase changes.
(Inherited from IEntityListViewBase.)

See Also