Gets or sets all items that are displayed when the drop-down menu is opened. The default value is an empty string array.

Syntax

public string[] Items { get; set; }
Public Property Items() As String()