ExtendedTreeViewConfiguration Class
A set of XPath values to help the ITreeView object perform Select, Expand, and Collapse operations when the default implementation cannot find the required tree element.
Remarks
This class extends the TreeViewConfiguration by giving the option of a different XPath value for Expand and Collapse operations.

C# Syntax

public class ExtendedTreeViewConfiguration : TreeViewConfiguration 
Inheritance Hierarchy

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

Public Constructors
Public Properties
 NameDescription
Public PropertyCollapseXPathThe XPath value used to find the internal tree element used to collapse a tree node.  
Public PropertyExpandXPathOverridden. The XPath value used to find the internal tree element used to expand and collapse a tree node. The XPath value used to find the internal tree element used to expand a tree node.  
Public PropertyForceExpandWithDoubleClickWhen set to true, the Expand or Collapse operation uses a double click. (Inherited from HP.LFT.SDK.Web.TreeViewConfiguration )
Public PropertySelectXPathThe XPath value used to find the internal tree element used to select a tree node. (Inherited from HP.LFT.SDK.Web.TreeViewConfiguration )
Top