The IEntityListViewBase type exposes the following members.

Methods

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

Properties

  NameDescription
CanDelete
Gets a value indicating whether selected items can be deleted from the item collection.
CanInsertNew
Gets a value indicating whether a new item can be inserted to the item collection.
IsAsyncPresentationEnabledMinCount
Gets or sets the initial entity count to load synchronously within this IAsyncCollectionPresenterControl before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.
(Inherited from IAsyncCollectionPresenterControl.)
IsSynchronizedWithCurrentItem
Gets or sets a value that indicates whether a IEntityListViewBase should keep the SelectedItem synchronized with the current item in the Items property.
IsTextSearchCaseSensitive
Gets or sets a value that indicates whether case is a condition when searching for items.
IsTextSearchEnabled
Gets or sets a value that indicates whether TextSearch is enabled on the IEntityListViewBase instance.
SelectedIndex
Gets or sets the index of the first item in the current selection or returns negative one (-1) if the selection is empty.
SelectedItem
Gets or sets the first item in the current selection or returns null if the selection is empty.
SelectedItems
Gets the currently selected items.
SelectedValue
Gets the value of the SelectedItem, obtained by using SelectedValuePath.
SelectedValuePath
Gets or sets a value that indicates the path used to get the SelectedValue from the SelectedItem.
SelectionMode
Gets or sets the selection behavior for a IEntityListViewBase.
View
Gets or sets an object that defines how the data is styled and organized in a IEntityListViewBase control.

Events

  NameDescription
SelectionChanged
Occurs when the selection of a IEntityListViewBase changes.

See Also