Interface INestedListViewItem
Implement to define view logic for a nested list view item
Inherited Members
Namespace: Unity.ListViewFramework
Syntax
public interface INestedListViewItem : IListViewItem
Methods
ToggleExpanded()
Toggle the expanded state of this item
Declaration
void ToggleExpanded()