This version of Unity is unsupported.

BaseTreeViewController.IsExpandedByIndex

Declaration

public bool IsExpandedByIndex(int index);

Parameters

index The item index

Returns

bool Whether the item with the specified index is expanded in the tree. Will return false if the index is not valid.

Description

Return whether the item with the specified index is expanded in the tree.