ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / RawDataGrid Property

In This Topic
    RawDataGrid Property (FlexPivotPage)
    In This Topic
    Gets the C1.Win.C1FlexGrid used to display the raw data.
    Syntax
    'Declaration
     
    Public ReadOnly Property RawDataGrid As C1FlexGrid
    public C1FlexGrid RawDataGrid {get;}
    See Also