Search Results for

    Show / Hide Table of Contents

    Class OrganizedTreeNode

    A custom class that represents a Node.

    Namespace: Binarymission.WPF.Controls.TreeControls
    Assembly: Binarymission.WPF.Controls.TreeControls.OrganizedTreeView.dll
    Syntax
    public class OrganizedTreeNode : Object

    Constructors

    OrganizedTreeNode(FrameworkElement, Size)

    Initializes a new instance of the OrganizedTreeNode class.

    Declaration
    public OrganizedTreeNode(FrameworkElement nodeElement, Size sizeOfTheNodeElement)
    Parameters
    Type Name Description
    FrameworkElement nodeElement

    The node element.

    Size sizeOfTheNodeElement

    The size of the node element.

    Properties

    Children

    Gets or sets the children.

    Declaration
    public List<OrganizedTreeNode> Children { get; set; }

    IsInCollapsedState

    Gets or sets a value indicating whether this node is in collapsed state.

    Declaration
    public bool IsInCollapsedState { get; set; }

    NodeElement

    Gets or sets the node element.

    Declaration
    public FrameworkElement NodeElement { get; set; }
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.