SalTreeItem
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Represents an item in the SalTreeControl.
- C#
- VB.NET
public class SalTreeItem : TreeNode
Public Class SalTreeItem
Inherits TreeNode
Constructors
SalTreeItem()
Initializes a new instance of the SalTreeItem class.
SalTreeItem(text)
Initializes a new instance of the SalTreeItem class.
| Name | Type | Description |
|---|---|---|
| text | String | 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.