Search Results for

    Show / Hide Table of Contents

    Class BinaryTreeListViewItem

    A custom TreeViewItem derived class to support enhanced treelistview rendering.

    Namespace: Binarymission.WPF.Controls.TreeControls
    Assembly: Binarymission.WPF.Controls.BinaryTreeListView.dll
    Syntax
    public class BinaryTreeListViewItem : TreeViewItem

    Constructors

    BinaryTreeListViewItem()

    Declaration
    public BinaryTreeListViewItem()

    Properties

    Level

    Gets the node level.

    Declaration
    public int Level { get; }

    Methods

    GetContainerForItemOverride()

    Declaration
    protected override DependencyObject GetContainerForItemOverride()
    Returns
    Type Description
    DependencyObject

    IsItemItsOwnContainerOverride(Object)

    Declaration
    protected override bool IsItemItsOwnContainerOverride(object item)
    Parameters
    Type Name Description
    Object item
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.