MindFusion.Wpf Pack Programmer's Guide
TreeNode Members
Constructors Fields Attached Properties Properties Methods Events
 


Represents an item in a TreeGrid control.

The following tables list the members exposed by the TreeNode type.

 Public Constructors

  Name Description

TreeNode

Initializes a new instance of the TreeNode class.

 Public Fields

  Name Description

CanExpandProperty

Identifies the CanExpand dependency property.

CollapsedEvent

Identifies the Collapsed routed event.

ExpandedEvent

Identifies the Expanded routed event.

IndentProperty

Identifies the Indent attached property.

IsExpandedProperty

Identifies the IsExpanded dependency property.

 Public Attached Properties

  Name Description

IndentProperty

Gets or sets a value that represents the distance between the left side of a TreeNode and its parent.

 Public Properties

  Name Description

CanExpand

Gets or sets a value indicating whether the tree node can be expanded interactively. This is a dependency property.

Indent

Gets or sets the indentation of this tree node.

IsExpanded

Gets or sets a value indicating whether this tree node is expanded. This is a dependency property.

 Public Methods

  Name Description

GetIndent

Sets the value of the TreeNode.Indent attached property for a given dependency object.

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

SetIndent

Gets the value of the TreeNode.Indent attached property for a given dependency object.

 Protected Methods

  Name Description

ArrangeOverride

Control.ArrangeOverride override.

ClearContainerForItemOverride

ItemsControl.ClearContainerForItemOverride override.

GetContainerForItemOverride

ItemsControl.GetContainerForItemOverride override.

IsItemItsOwnContainerOverride

ItemsControl.IsItemItsOwnContainerOverride override.

MeasureOverride

Control.MeasureOverride override.

PrepareContainerForItemOverride

ItemsControl.PrepareContainerForItemOverride override.

 Public Events

  Name Description

Collapsed

Occurs when the tree node is collapsed either programmatically or interactively.

Expanded

Occurs when the tree node is expanded either programmatically or interactively.

 See Also

TreeNode Class
MindFusion.DataViews.Wpf Namespace