Class TreeGridAdvancedNode
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class TreeGridAdvancedNode
Constructors
TreeGridAdvancedNode()
Declaration
public TreeGridAdvancedNode()
Fields
Childs
Declaration
public List<TreeGridAdvancedNode> Childs
Field Value
| Type | Description |
|---|---|
| List<TreeGridAdvancedNode> |
Expanded
Declaration
public bool Expanded
Field Value
| Type | Description |
|---|---|
| bool |
Grid
Declaration
public TreeGridAdvanced Grid
Field Value
| Type | Description |
|---|---|
| TreeGridAdvanced |
Level
Declaration
public int Level
Field Value
| Type | Description |
|---|---|
| int |
Parent
Declaration
public TreeGridAdvancedNode Parent
Field Value
| Type | Description |
|---|---|
| TreeGridAdvancedNode |
Row
Declaration
public TreeGridRow Row
Field Value
| Type | Description |
|---|---|
| TreeGridRow |
RowId
Declaration
public long RowId
Field Value
| Type | Description |
|---|---|
| long |
Rows
Declaration
public List<TreeGridRow> Rows
Field Value
| Type | Description |
|---|---|
| List<TreeGridRow> |
UpdatedCheck
Declaration
public bool UpdatedCheck
Field Value
| Type | Description |
|---|---|
| bool |
Methods
Clear()
Declaration
public void Clear()
ClearUpdatedCheck(TreeGridAdvancedNode)
Declaration
public static void ClearUpdatedCheck(TreeGridAdvancedNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeGridAdvancedNode | node |
Contract()
Declaration
public void Contract()
Expand()
Declaration
public void Expand()
ExpandToLevel(TreeGridAdvancedNode, int)
Declaration
public static void ExpandToLevel(TreeGridAdvancedNode nnode, int newlevel)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeGridAdvancedNode | nnode | |
| int | newlevel |
FillExpanded(TreeGridAdvancedNode, List<TreeGridRow>)
Declaration
public static void FillExpanded(TreeGridAdvancedNode nnode, List<TreeGridRow> AddList)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeGridAdvancedNode | nnode | |
| List<TreeGridRow> | AddList |
RemoveFromGrid()
Declaration
public void RemoveFromGrid()
RemoveFromGridForEver()
Declaration
public void RemoveFromGridForEver()