ListIsNotNullOrEmptyConverter public class ListIsNotNullOrEmptyConverter : BaseNullableConverterOneWay<IEnumerable, bool> Converts the incoming value to a Boolean indicating whether or not the value is not null and not empty. Documentation Code public ListIsNotNullOrEmptyConverter()