C# Syntax
public class ExtendedTreeViewConfiguration : TreeViewConfiguration
System.Object
HP.LFT.SDK.Web.TreeViewConfiguration
HP.LFT.SDK.Web.ExtendedTreeViewConfiguration
Name | Description | |
---|---|---|
![]() | ExtendedTreeViewConfiguration Constructor |
Name | Description | |
---|---|---|
![]() | CollapseXPath | The XPath value used to find the internal tree element used to collapse a tree node. |
![]() | ExpandXPath | Overridden. 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. |
![]() | ForceExpandWithDoubleClick | When set to true, the Expand or Collapse operation uses a double click. (Inherited from HP.LFT.SDK.Web.TreeViewConfiguration ) |
![]() | SelectXPath | The XPath value used to find the internal tree element used to select a tree node. (Inherited from HP.LFT.SDK.Web.TreeViewConfiguration ) |