Property bindItem
bindItem
Callback for binding a data item to the visual element.
Declaration
public Action<VisualElement, int> bindItem { get; set; }
Property Value
Type | Description |
---|---|
Action<VisualElement, int> |
Remarks
The method called by this callback receives the VisualElement to bind, and the index of the element to bind it to.