ItemContainerGenerator<T>.

ItemContainerGenerator(IControl, AvaloniaProperty, AvaloniaProperty) Constructor

Summary

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

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