Represents an item in the TreeListView control aware of its indentation and expansion state (can be expanded or collapsed).
It is recommended to set at least these data properties: Indentation.
These data properties can also be set: IsExpanded.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None)] public class TreeListViewItem : ContentControl, IEntityItem |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None)> _ Public Class TreeListViewItem _ Inherits ContentControl _ Implements IEntityItem |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
DlhSoft.Windows.Controls..::.ContentControl
DlhSoft.Windows.Controls..::.TreeListViewItem
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
DlhSoft.Windows.Controls..::.ContentControl
DlhSoft.Windows.Controls..::.TreeListViewItem