Class TreeItem
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.PanelContainer
TreeItem
Assembly: Content.Client.dll
Syntax
public sealed class TreeItem : PanelContainer
Constructors
|
Improve this Doc
View Source
TreeItem()
Declaration
Fields
|
Improve this Doc
View Source
Index
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Metadata
Declaration
Field Value
| Type |
Description |
| System.Nullable<System.Object> |
|
|
Improve this Doc
View Source
StyleClassEvenRow
Declaration
public const string StyleClassEvenRow = null
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
StyleClassOddRow
Declaration
public const string StyleClassOddRow = null
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
StyleClassSelected
Declaration
public const string StyleClassSelected = null
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
StyleIdentifierTreeButton
Declaration
public const string StyleIdentifierTreeButton = null
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Tree
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Expanded
Declaration
public bool Expanded { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
SetExpanded(Boolean)
Declaration
public void SetExpanded(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
|
Improve this Doc
View Source
SetSelected(Boolean)
Declaration
public void SetSelected(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
|
Improve this Doc
View Source
UpdateIcon()
Declaration
Events
|
Improve this Doc
View Source
OnDeselected
Declaration
public event Action<TreeItem>? OnDeselected
Event Type
| Type |
Description |
| System.Nullable<Action<TreeItem>> |
|
|
Improve this Doc
View Source
OnSelected
Declaration
public event Action<TreeItem>? OnSelected
Event Type
| Type |
Description |
| System.Nullable<Action<TreeItem>> |
|
Extension Methods