TreeItemContainerGenerator<T>.

TreeItemContainerGenerator(IControl, AvaloniaProperty, AvaloniaProperty, AvaloniaProperty, AvaloniaProperty) Constructor

Summary

Initializes a new instance of the TreeItemContainerGenerator<T> class.

Syntax

public TreeItemContainerGenerator(IControl owner, AvaloniaProperty contentProperty, AvaloniaProperty contentTemplateProperty, AvaloniaProperty itemsProperty, AvaloniaProperty isExpandedProperty)

Parameters

Name Type Description
owner IControl The owner control.
contentProperty AvaloniaProperty The container's Content property.
contentTemplateProperty AvaloniaProperty The container's ContentTemplate property.
itemsProperty AvaloniaProperty The container's Items property.
isExpandedProperty AvaloniaProperty The container's IsExpanded property.

Return Value

Type Description
void