ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1FlexGrid)
    In This Topic
    Gets or sets a collection that is used to generate the content of the control.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    Remarks
    The collection must implement the System.Collections.IEnumerable interface.
    See Also