<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.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