Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / ItemsSource Property


In This Topic
    ItemsSource Property (GcComboBox)
    In This Topic
    Gets or sets a collection that is used to generate the content of the control. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IEnumerable
    'Usage
     
    Dim instance As GcComboBox
    Dim value As IEnumerable
     
    instance.ItemsSource = value
     
    value = instance.ItemsSource
    public IEnumerable ItemsSource {get; set;}
    See Also