Table of Contents

Class ExtendedTreeViewConfiguration

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.

Inheritance
ExtendedTreeViewConfiguration
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class ExtendedTreeViewConfiguration : TreeViewConfiguration
Remarks

This class extends the TreeViewConfiguration by giving the option of a different XPath value for Expand and Collapse operations.

Constructors

ExtendedTreeViewConfiguration()

Declaration
public ExtendedTreeViewConfiguration()

Properties

CollapseXPath

The XPath value used to find the internal tree element used to collapse a tree node.

Declaration
public string CollapseXPath { get; set; }
Property Value
Type Description
string
Remarks

Leave this value as a null value if the regular Select, Expand, or Collapse operations run correctly.

ExpandXPath

The XPath value used to find the internal tree element used to expand a tree node.

Declaration
public override string ExpandXPath { get; set; }
Property Value
Type Description
string
Overrides
TreeViewConfiguration.ExpandXPath
Remarks

Leave this value as a null value if the regular Select, Expand, or Collapse operations run correctly.