SalTreeItem
PPJ.Runtime.Windows.SalTreeItem
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Represents an item in the SalTreeControl.
public class SalTreeItem : TreeNode
Constructors
SalTreeItem()

Initializes a new instance of the SalTreeItem class.
SalTreeItem(text)

Initializes a new instance of the SalTreeItem class.
Name
Type
Description
Properties
IsDynamic

Boolean: Indicates that the node was created dynamically by code.
IsEditable

Boolean: Indicates that the label of the tree item is editable.
Value

SalNumber: Stores a value associated with the node.
Last updated