SalTreeItem
PPJ.Runtime.Windows.SalTreeItem
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Represents an item in the SalTreeControl.
Constructors
SalTreeItem()
Initializes a new instance of the SalTreeItem class.
SalTreeItem(text)
Initializes a new instance of the SalTreeItem class.
Name | Type | Description |
---|---|---|
text | Text to display in the SalTreeControl. |
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