# SalTreeItem

Namespace: **PPJ.Runtime.Windows**

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

Represents an item in the [SalTreeControl](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem).

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

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

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalTreeItem()

Initializes a new instance of the [SalTreeItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem) class.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalTreeItem(text)

Initializes a new instance of the [SalTreeItem](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem) class.

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

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)IsDynamic

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

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)IsEditable

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

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Value

[SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltreecontrol/ppj.runtime.windows.saltreeitem): Stores a value associated with the node.
