DropdownComponent.Options

List of options (drop down items) to be shown when component is clicked

public List<string> Options { get; set; }

See Also