Spread Silverlight Documentation
ItemsSource Property (ColumnDropDownList)


GrapeCity.Windows.SpreadSheet.UI Namespace > ColumnDropDownList Class : ItemsSource Property
Syntax
'Declaration
 
Public Property ItemsSource As System.Collections.IEnumerable
'Usage
 
Dim instance As ColumnDropDownList
Dim value As System.Collections.IEnumerable
 
instance.ItemsSource = value
 
value = instance.ItemsSource
public System.Collections.IEnumerable ItemsSource {get; set;}
See Also

Reference

ColumnDropDownList Class
ColumnDropDownList Members