Property ListRetriever
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
ListRetriever
Gets the function used to retrieve the list of values for this popup list, if ValuesRetrievalMethod is Func.
public Func<IEnumerable<T>> ListRetriever { get; }
Property Value
- Func<IEnumerable<T>>