Table of Contents

Property TreeView

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TreeView

Gets the owner TreeView that the tree item is assigned to.

[Browsable(false)]
public TreeView? TreeView { get; }

Property Value

TreeView

A TreeView that represents the parent tree view that the tree item is assigned to, or null if the item has not been assigned to a tree view.