The INodeListViewBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| Collapse |
Collapses the selected nodes in this INodeListViewBase when possible.
| |
| CollapseAll |
Collapses all nodes in this INodeListViewBase that are not already collapsed.
| |
| CollapseBranch |
Collapses the branches of the selected nodes in this INodeListViewBase when possible.
| |
| DecreaseIndentation |
Decreases the indentation of the selected nodes in this INodeListViewBase when possible.
| |
| Delete |
Deletes the selected objects from this IEntityListViewBase.
(Inherited from IEntityListViewBase.) | |
| Expand |
Expands the selected nodes in this INodeListViewBase when possible.
| |
| ExpandAll |
Expands all nodes in this INodeListViewBase that are not already expanded.
| |
| ExpandBranch |
Expands the branches of the selected nodes in this INodeListViewBase when possible.
| |
| IncreaseIndentation |
Increases the indentation of the selected nodes in this INodeListViewBase when possible.
| |
| InsertNew | Overloaded. | |
| SelectAll |
Selects all the items in a IEntityListViewBase.
(Inherited from IEntityListViewBase.) | |
| UnselectAll |
Unselects all the items in a IEntityListViewBase.
(Inherited from IEntityListViewBase.) |
Properties
| Name | Description | |
|---|---|---|
| CanCollapse |
Gets a value indicating whether any of the selected nodes in this INodeListViewBase can be collapsed.
| |
| CanCollapseAll |
Gets a value indicating whether any node in this v can be collapsed.
| |
| CanCollapseBranch |
Gets a value indicating whether the branch can be collapsed for any of the selected nodes in this INodeListViewBase.
| |
| CanDecreaseIndentation |
Gets a value indicating whether the indentation for any of the selected nodes in this INodeListViewBase can be decreased.
| |
| CanDelete |
Gets a value indicating whether selected items can be deleted from the item collection.
(Inherited from IEntityListViewBase.) | |
| CanExpand |
Gets a value indicating whether any of the selected nodes in this INodeListViewBase can be expanded.
| |
| CanExpandAll |
Gets a value indicating whether any node in this INodeListViewBase can be expanded.
| |
| CanExpandBranch |
Gets a value indicating whether the branch can be expanded for any of the selected nodes in this INodeListViewBase.
| |
| CanIncreaseIndentation |
Gets a value indicating whether the indentation for any of the selected nodes in this INodeListViewBase can be increased.
| |
| CanInsertNew |
Gets a value indicating whether a new item can be inserted to the item collection.
(Inherited from IEntityListViewBase.) | |
| 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
| Name | Description | |
|---|---|---|
| SelectionChanged |
Occurs when the selection of a IEntityListViewBase changes.
(Inherited from IEntityListViewBase.) |