IdTreeView class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

Description

Displays the tree.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

NameIdentifier, e.g. PubDestTree.
ObjectTypeNameThe name of objects to display in the tree, e.g. pubDest.
ColumnNameThe column name, e.g. pubDestParent.
LeftDoubleClickCommandParameterThe name of the script that runs on the double-click, e.g. OpenPubDesigner.
DropCommandParameterThe name of the script that runs on drop, e.g. DropPubDesigner.
AllowDropTrue/False to allow/disable drop on the tree, e.g. True.
IncludeRootInclude root, e.g. False.

Example

<l:IdTreeView 

         Name="PubDestTree" 

         ObjectTypeName="pubDest" 

         ColumnName="pubDestParent" 

         LeftDoubleClickCommandParameter="OpenPubDesigner" 

         DropCommandParameter="DropPubDesigner" 

         AllowDrop="True" 

         IncludeRoot="False"

/>