TreeViewConfiguration Class
A set of XPath values to help the ITreeView object perform Select, Expand, and Collapse operations in cases where the default implementation cannot find the element needed.

C# Syntax

public class TreeViewConfiguration 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Web.TreeViewConfiguration
      HP.LFT.SDK.Web.ExtendedTreeViewConfiguration

Public Constructors
Public Properties
 NameDescription
Public PropertyExpandXPathThe XPath value used to find the internal tree element used to expand and collapse a tree node.  
Public PropertyForceExpandWithDoubleClickWhen set to true, the Expand or Collapse operation uses a double click.  
Public PropertySelectXPathThe XPath value used to find the internal tree element used to select a tree node.  
Top