Tree.Leaf.TreeNodeIconName

Description

The file name of the tree node icon in the detail band.

Applies to

TreeView DataWindows

Syntax

Describe and Modify argument:

"DataWindow.Tree.Leaf.TreeNodeIconName { = value } “

DataWindow .NET dot notation:

dw_control.TreeViewProperties.TreeNodeIconName

Parameter

Description

value

(exp) A string value for the file name of the tree node icon in the detail band.

Value can be a quoted DataWindow expression.

Usage


In the painter

Select the detail band by clicking the gray divider for the band. Specify a file name and location in the TreeLeafTreeNodeIconName property in the General category in the Properties window. This property is disabled if Use Tree Node Icon is not set in the General category in the Properties window for the DataWindow.

In DataWindow .NET, this property cannot be set in code using dot notation.

For the TreeView Web DataWindow, the image file must be deployed to the Web site.