Summary
Selects the child items of an item.
- Namespace
- Avalonia
.Controls .Templates - Containing Type
- FuncTreeDataTemplate
Syntax
public InstancedBinding ItemsSelector(object item)
Parameters
Name | Type | Description |
---|---|---|
item | object | The item. |
Return Value
Type | Description |
---|---|
InstancedBinding | The child items, or null if no child items. |