This version of Unity is unsupported.

BaseTreeViewController.IsExpanded

Declaration

public bool IsExpanded(int id);

Parameters

id The item id

Returns

bool Whether or not the item with the specified id is expanded in the tree.

Description

Returns whether or not the item with the specified id is expanded in the tree.