ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / DataSource Property

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