Search Results for

    Show / Hide Table of Contents

    Class TreeGridAdvancedNode

    A node in a TreeGridAdvanced tree, linking a grid row to its parent and child nodes and tracking its level and expanded state; provides expand/collapse and removal logic.

    Inheritance
    object
    TreeGridAdvancedNode
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class TreeGridAdvancedNode

    Constructors

    View Source

    TreeGridAdvancedNode()

    Declaration
    public TreeGridAdvancedNode()

    Fields

    View Source

    Childs

    Declaration
    public List<TreeGridAdvancedNode> Childs
    Field Value
    Type Description
    List<TreeGridAdvancedNode>
    View Source

    Expanded

    Declaration
    public bool Expanded
    Field Value
    Type Description
    bool
    View Source

    Grid

    Declaration
    public TreeGridAdvanced Grid
    Field Value
    Type Description
    TreeGridAdvanced
    View Source

    Level

    Declaration
    public int Level
    Field Value
    Type Description
    int
    View Source

    Parent

    Declaration
    public TreeGridAdvancedNode Parent
    Field Value
    Type Description
    TreeGridAdvancedNode
    View Source

    Row

    Declaration
    public TreeGridRow Row
    Field Value
    Type Description
    TreeGridRow
    View Source

    RowId

    Declaration
    public long RowId
    Field Value
    Type Description
    long
    View Source

    Rows

    Declaration
    public List<TreeGridRow> Rows
    Field Value
    Type Description
    List<TreeGridRow>
    View Source

    UpdatedCheck

    Declaration
    public bool UpdatedCheck
    Field Value
    Type Description
    bool

    Methods

    View Source

    Clear()

    Declaration
    public void Clear()
    View Source

    ClearUpdatedCheck(TreeGridAdvancedNode)

    Declaration
    public static void ClearUpdatedCheck(TreeGridAdvancedNode node)
    Parameters
    Type Name Description
    TreeGridAdvancedNode node
    View Source

    Contract()

    Declaration
    public void Contract()
    View Source

    Expand()

    Declaration
    public void Expand()
    View Source

    ExpandToLevel(TreeGridAdvancedNode, int)

    Declaration
    public static void ExpandToLevel(TreeGridAdvancedNode nnode, int newlevel)
    Parameters
    Type Name Description
    TreeGridAdvancedNode nnode
    int newlevel
    View Source

    FillExpanded(TreeGridAdvancedNode, List<TreeGridRow>)

    Declaration
    public static void FillExpanded(TreeGridAdvancedNode nnode, List<TreeGridRow> AddList)
    Parameters
    Type Name Description
    TreeGridAdvancedNode nnode
    List<TreeGridRow> AddList
    View Source

    RemoveFromGrid()

    Declaration
    public void RemoveFromGrid()
    View Source

    RemoveFromGridForEver()

    Declaration
    public void RemoveFromGridForEver()
    • View Source
    In this article
    Back to top Generated by DocFX