Property getItemId
getItemId
Callback for getting the ID of an item.
Declaration
public Func<int, int> getItemId { get; set; }
Property Value
Type | Description |
---|---|
Func<int, int> |
Remarks
The method called by this callback receives the index of the item to get the ID from.