The INodeListView type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Collapse |
Collapses the selected nodes in this INodeListViewBase when possible.
(Inherited from INodeListViewBase.) | |
| CollapseAll |
Collapses all nodes in this INodeListViewBase that are not already collapsed.
(Inherited from INodeListViewBase.) | |
| CollapseBranch |
Collapses the branches of the selected nodes in this INodeListViewBase when possible.
(Inherited from INodeListViewBase.) | |
| DecreaseIndentation |
Decreases the indentation of the selected nodes in this INodeListViewBase when possible.
(Inherited from INodeListViewBase.) | |
| Expand |
Expands the selected nodes in this INodeListViewBase when possible.
(Inherited from INodeListViewBase.) | |
| ExpandAll |
Expands all nodes in this INodeListViewBase that are not already expanded.
(Inherited from INodeListViewBase.) | |
| ExpandBranch |
Expands the branches of the selected nodes in this INodeListViewBase when possible.
(Inherited from INodeListViewBase.) | |
| IncreaseIndentation |
Increases the indentation of the selected nodes in this INodeListViewBase when possible.
(Inherited from INodeListViewBase.) |
Properties
| Name | Description | |
|---|---|---|
| CanCollapse |
Gets a value indicating whether any of the selected nodes in this INodeListViewBase can be collapsed.
(Inherited from INodeListViewBase.) | |
| CanCollapseAll |
Gets a value indicating whether any node in this v can be collapsed.
(Inherited from INodeListViewBase.) | |
| CanCollapseBranch |
Gets a value indicating whether the branch can be collapsed for any of the selected nodes in this INodeListViewBase.
(Inherited from INodeListViewBase.) | |
| CanDecreaseIndentation |
Gets a value indicating whether the indentation for any of the selected nodes in this INodeListViewBase can be decreased.
(Inherited from INodeListViewBase.) | |
| CanExpand |
Gets a value indicating whether any of the selected nodes in this INodeListViewBase can be expanded.
(Inherited from INodeListViewBase.) | |
| CanExpandAll |
Gets a value indicating whether any node in this INodeListViewBase can be expanded.
(Inherited from INodeListViewBase.) | |
| CanExpandBranch |
Gets a value indicating whether the branch can be expanded for any of the selected nodes in this INodeListViewBase.
(Inherited from INodeListViewBase.) | |
| CanIncreaseIndentation |
Gets a value indicating whether the indentation for any of the selected nodes in this INodeListViewBase can be increased.
(Inherited from INodeListViewBase.) | |
| 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.
(Inherited from IEntityListView.) | |
| 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.
(Inherited from IEntityListView.) | |
| IsNodeExpansionReadOnly |
Gets or sets a value indicating whether the node expansion state is read-only in the INodeListView control so that the user cannot update it using the keyboard or mouse or by executing specific commands.
| |
| IsNodeIndentationReadOnly |
Gets or sets a value indicating whether the node indentation is read-only in the INodeListView control so that the user cannot update it using the keyboard or by executing specific commands.
|