Gets and sets the list entries of the drop down field.

Syntax

public IEnumerable<string> ListEntries { get; set; }
Public Property ListEntries() As IEnumerable(Of String)