Gets or sets the list of items to show in the dropdown list.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public ICollection DropDownItems { get; set; }
Visual Basic
Public Property DropDownItems As ICollection
	Get
	Set

See Also