SalTreeItem

PPJ.Runtime.Windows.SalTreeItem

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Represents an item in the SalTreeControlarrow-up-right.

public class SalTreeItem : TreeNode

Constructors

SalTreeItem()

Initializes a new instance of the SalTreeItemarrow-up-right class.

SalTreeItem(text)

Initializes a new instance of the SalTreeItemarrow-up-right class.

Name
Type
Description

Properties

IsDynamic

Booleanarrow-up-right: Indicates that the node was created dynamically by code.

IsEditable

Booleanarrow-up-right: Indicates that the label of the tree item is editable.

Value

SalNumberarrow-up-right: Stores a value associated with the node.

Last updated