> For the complete documentation index, see [llms.txt](https://desktop-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md).

# SalTreeItem

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Represents an item in the [SalTreeControl](/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md).

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalTreeItem : TreeNode
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalTreeItem
    Inherits TreeNode
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SalTreeItem()

Initializes a new instance of the [SalTreeItem](/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md) class.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SalTreeItem(text)

Initializes a new instance of the [SalTreeItem](/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md) class.

| Name     | Type                                                                | Description                                                                                                          |
| -------- | ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **text** | [String](https://docs.microsoft.com/en-us/dotnet/api/system.string) | Text to display in the [SalTreeControl](/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md). |

## Properties

### ![](/files/dBIrS7XBDGmrzmTRbSI6)IsDynamic

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Indicates that the node was created dynamically by code.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)IsEditable

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Indicates that the label of the tree item is editable.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Value

[SalNumber](/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem.md): Stores a value associated with the node.
