Summary
Gets the container for an item.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- TreeContainerIndex
Syntax
public IControl ContainerFromItem(object item)
Parameters
Name | Type | Description |
---|---|---|
item | object | The item. |
Return Value
Type | Description |
---|---|
IControl | The container, or null of not found. |