Table of Contents

Class ExtendedTreeViewConfiguration

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

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.

public class ExtendedTreeViewConfiguration : TreeViewConfiguration
Inheritance
ExtendedTreeViewConfiguration
Inherited Members

Remarks

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

Constructors

ExtendedTreeViewConfiguration()

public ExtendedTreeViewConfiguration()

Properties

CollapseXPath

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

public string CollapseXPath { get; set; }

Property Value

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.

public override string ExpandXPath { get; set; }

Property Value

string

Remarks

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