Summary
Initializes a new instance of the
ItemContainerGenerator<T>
class.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Generator <T>
Syntax
public ItemContainerGenerator(IControl owner, AvaloniaProperty contentProperty, AvaloniaProperty contentTemplateProperty)
Parameters
Name | Type | Description |
---|---|---|
owner | IControl | The owner control. |
contentProperty | AvaloniaProperty | The container's Content property. |
contentTemplateProperty | AvaloniaProperty | The container's ContentTemplate property. |
Return Value
Type | Description |
---|---|
void |