ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / RawDataGrid Property

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