Class TreeListViewItem
- Namespace
- HeBianGu.Control.TreeListView
- Assembly
- HeBianGu.Control.TreeListView.dll
public class TreeListViewItem : TreeViewItem, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, IHierarchicalVirtualizationAndScrollInfo
- Inheritance
-
TreeListViewItem
- Implements
- Inherited Members
- Extension Methods
Properties
Level
Item's hierarchy in the tree
public int Level { get; }
Property Value
Methods
GetContainerForItemOverride()
Creates a new TreeViewItem to use to display the object.
protected override DependencyObject GetContainerForItemOverride()
Returns
- DependencyObject
A new TreeViewItem to use to display the object.
IsItemItsOwnContainerOverride(object)
Determines whether an object is a TreeViewItem.
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
item
objectThe object to evaluate.
Returns
- bool
true if
item
is a TreeViewItem; otherwise, false.