Table of Contents

Class TreeViewItem

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Extended TreeViewItem with SymbolRegular properties.

public class TreeViewItem : TreeViewItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IHierarchicalVirtualizationAndScrollInfo
Inheritance
TreeViewItem
Implements
Inherited Members

Fields

IconProperty

Identifies the Icon dependency property.

public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

Properties

Icon

Gets or sets displayed IconElement.

[Bindable(true)]
public IconElement? Icon { get; set; }

Property Value

IconElement