ComponentOne FlexPivot for WinForms
FlexPivot Architecture / FlexPivotGrid
In This Topic
    FlexPivotGrid
    In This Topic

    The FlexPivotGrid displays data fetched from the data source in the form of Pivot tables. FlexPivotGrid can be bound to a data source for populating it with an ordered dataset. The control provides automatic data binding with C1FlexPivotPanel objects, grouped row and column headers, and custom behaviors for resizing columns, copying data to the clipboard, and showing details for a given cell.

    Extending the features of C1FlexGrid control, the C1FlexPivotGrid control allows users to export the grid content to file formats like .xlsx, .xls, .csv or .txt or use styles and owner-drawn cells to customize the grid's overall appearance.

    The image below shows how a FlexPivotGrid control populated with ordered data looks.

    FlexPivotGrid_View