FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / ItemsSource Property

In This Topic
    ItemsSource Property
    In This Topic
    Gets or sets the FlexPivotPanel that provides data for this grid.
    Syntax
    'Declaration
     
    Public Shadows Property ItemsSource As FlexPivotPanel
    public new FlexPivotPanel ItemsSource {get; set;}
    See Also