ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.Collections.IEnumerable
    System.Collections.IEnumerable ItemsSource {get; set;}
    See Also