Gets and sets the list entries of the drop down field.
public IEnumerable<string> ListEntries { get; set; }
Public Property ListEntries() As IEnumerable(Of String)