Summary
Initializes a new instance of the
TreeItemContainerGenerator<T>
class.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Tree
Item Container Generator <T>
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 |