An NDoc Documented Class Library

XTreeConfig.PredefinedParameter Enumeration

NOTE: Most of these parameters are strings, for example paths or filenames. These must be set as strings i.e. they should be set to "'<value>'".

public enum XTreeConfig.PredefinedParameter

Members

Member Name Description
imagesPath Path to the image directory relative to the document the xtree control is contained in. Default is "'images/'".
rootIcon Path to image file for the root node
openRootIcon Path to image file for the root node when extended
folderIcon Path to default image file for a non leaf node (or leaf node as well if behaviour set to 'explorer').
openFolderIcon Path to default image file for an extended non leaf node (or leaf node as well if behaviour set to 'explorer').
fileIcon Path to default image file for a leaf node.
iIcon Path to image for that builds the tree
lIcon Path to image for that builds the tree
lMinusIcon Path to image for that builds the tree
lPlusIcon Path to image for that builds the tree
tIcon Path to image for that builds the tree
tMinusIcon Path to image for that builds the tree
tPlusIcon Path to image for that builds the tree
blankIcon Path to image for that builds the tree
defaultText Default text for all nodes
defaultBehavior Default behavoiur for the tree, default is "'classic'"

Requirements

Namespace: Eminds.Web

Assembly: xtree (in xtree.dll)

See Also

Eminds.Web Namespace