Skip to main content

ItemsSelector Method

Selects the child items of an item.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

InstancedBinding? ItemsSelector(
Object item
)
View Source

Parameters

  Object
The item.

Return Value

InstancedBinding
An InstancedBinding holding the items, or an observable that tracks the items. May return null if no child items.

See Also

Reference

ITreeDataTemplate Interface
Avalonia.Controls.Templates Namespace