Summary
Selects the child items of an item.
- Namespace
- Avalonia
.Controls .Templates - Containing Type
- ITreeDataTemplate
Syntax
InstancedBinding ItemsSelector(object item)
Parameters
Name | Type | Description |
---|---|---|
item | object | The item. |
Return Value
Type | Description |
---|---|
InstancedBinding |
An InstancedBinding holding the items, or an observable that tracks the
items. May return null if no child items.
|