ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ISupportExpressions Interface / ItemsSource Property

In This Topic
    ItemsSource Property
    In This Topic
    Gets or sets a collection that is used to generate the content of the control.
    Syntax
    'Declaration
     
    Property ItemsSource As IEnumerable
    IEnumerable ItemsSource {get; set;}
    See Also