Interface IBaseTreeViewWithExpansion<T>
Optionally enhances the IBaseTreeView<T> with the capability to fully expand all tree nodes at once
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface IBaseTreeViewWithExpansion<T> : IBaseTreeView<T>, IModelView, IItemSelector
Type Parameters
Name | Description |
---|---|
T | The treeview works with any entity type |
Methods
CollapseAll()
Indicates all noeds in the tree should be completely collapsed so only the top (root) level nodes are visible in a list style (though can be expanded)
Declaration
void CollapseAll()
ExpandAll()
Indicates all nodes in the tree should be fully expanded so the whole tree is visible at once
Declaration
void ExpandAll()