Field ConvertItemFunc
Gets or sets the function which is called to convert source items to the items which can be used in this control. If this function returns Null, source item is ignored. This function is called from the thread that provides source items so do not access UI elements from it.
public Func<TSource, ListControlItem?> ConvertItemFunc
Returns
- Func<TSource, ListControlItem>
- Gets or sets the function which is called to convert source items to the items which can be used in this control. If this function returns Null, source item is ignored. This function is called from the thread that provides source items so do not access UI elements from it.