Delegate Picker<TItem, TTitle>.BindTitleFunc
Method to bind the title data to the Dropdown button element.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public delegate void Picker<TItem, TTitle>.BindTitleFunc(TTitle item, IEnumerable<int> selectedIndices)
Parameters
Type | Name | Description |
---|---|---|
TTitle | item | The title to bind. |
IEnumerable<int> | selectedIndices | The currently selected indices from the source items. |