pivot-grid-for-wpf
There are 15 repositories under pivot-grid-for-wpf topic.
DevExpress-Examples/out-of-maintenance-how-to-customize-pivotgrid-appearance
This example demonstrates how to customize the PivotGridControl appearance using the standard properties BorderBrush, BorderThickness, Background and Foreground.
DevExpress-Examples/wpf-pivot-grid-define-custom-cell-template-to-performing-data-editing
This example shows how to edit a cell with the cell editing template in Pivot Grid for WPF.
DevExpress-Examples/wpf-pivot-grid-apply-format-conditions-to-data-cells
This example shows how to add format conditions to WPF Pivot Grid Control.
DevExpress-Examples/wpf-pivot-grid-bind-to-an-mdb-database
The following example demonstrates how to bind the Pivot Grid control to a SalesPerson view in the nwind.mdb database included with the installation.
DevExpress-Examples/wpf-pivot-grid-change-summary-display-type
This example demonstrates how to use the PivotGridControl.PopupMenuShowing event to add custom items to the built-in context menu.
DevExpress-Examples/wpf-pivot-grid-connect-to-an-olap-datasource
This example shows how to specify connection settings to the server and create fields that relate to specific measures and dimensions of the cube for the Pivot Grid for WPF.
DevExpress-Examples/wpf-pivot-grid-group-date-time-values
This example shows how to group date-time values in Pivot Grid for WPF.
DevExpress-Examples/wpf-pivot-grid-hide-specific-columns-and-row
The following example demonstrates how handle the CustomFieldValueCells event to hide specific rows and columns.
DevExpress-Examples/wpf-pivot-grid-obtain-underlying-data
This example demonstrates how to obtain the records from the control's underlying data source for a particular cell.
DevExpress-Examples/wpf-pivot-grid-provide-custom-summary-values
This example demonstrates how to determine the value type when you calculate custom summary values in Pivot Grid for WPF.
DevExpress-Examples/wpf-pivot-grid-split-field-value-cells
The following example demonstrates how to split field value cells. In this example, the Grand Total column header is split into two cells: Price and Count.
DevExpress-Examples/wpf-pivot-grid-visualize-data-in-chart
The following example shows how to integrate the Pivot Grid with the Chart control.
DevExpress-Examples/wpf-pivotgrid-customize-the-cell-template
This example demonstrates how to customize the cell appearance in Pivot Grid for WPF.
DevExpress-Examples/wpf-pivotgrid-how-to-display-underlying-data
This example demonstrates how to obtain the records from the control's underlying data source for a selected cell or multiple selected cells.
DevExpress-Examples/wpf-pivotgrid-how-to-display-underlying-data-asynchronously
This example demonstrates how to obtain records from the control's underlying data source for a selected cell or multiple selected cells asynchronously.