GitHub topics: dxpivotgrid
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.
Language: Visual Basic .NET - Size: 109 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

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.
Language: Visual Basic .NET - Size: 84 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

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.
Language: C# - Size: 152 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-group-date-time-values
This example shows how to group date-time values in Pivot Grid for WPF.
Language: C# - Size: 896 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-custom-group-intervals
This example shows how to implement custom group intervals in Pivot Grid to group axis values.
Language: C# - Size: 511 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-implement-custom-summary
This example demonstrates how to count distinct values (the number of orders with equal product quantities) and display the result in the Pivot Grid.
Language: Visual Basic .NET - Size: 948 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

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.
Language: Visual Basic .NET - Size: 510 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivotgrid-customize-the-cell-template
This example demonstrates how to customize the cell appearance in Pivot Grid for WPF.
Language: Visual Basic .NET - Size: 463 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

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.
Language: C# - Size: 188 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-connect-to-an-access-database-in-code
The following example demonstrates how to bind the Pivot Grid control to a SalesPerson view in the nwind.mdb database included with the installation.
Language: C# - Size: 419 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-create-field-value-template
This example demonstrates how to define a custom template used to display field values.
Language: C# - Size: 861 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 1

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.
Language: C# - Size: 56.6 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-add-custom-field-values-rows-columns-not-present-in-datasource
This example demonstrates how to add and display custom field values in Pivot Grid ββalong with data provided by a data source.
Language: Visual Basic .NET - Size: 132 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-apply-format-conditions-to-data-cells
This example shows how to add format conditions to WPF Pivot Grid Control.
Language: C# - Size: 586 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-implement-a-custom-filter-popup
This example shows how to implement different filter data templates for different fields.
Language: Visual Basic .NET - Size: 547 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-create-context-menu-for-field-values
This example shows how to modify context menu for the Field, Data and Header areas in the PivotGridControl.
Language: C# - Size: 727 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-add-custom-totals
The following example demonstrates how to add custom totals for a particular pivot grid field.
Language: C# - Size: 844 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/pivot-grid-for-wpf-customize-cell-template
This example demonstartes how to create a custom PivotGridField.CellTemplate that uses different colors for different cell types (Ordinary cells, Total cells, Selected cells).
Language: C# - Size: 75.2 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-visualize-data-in-chart
The following example shows how to integrate the Pivot Grid with the Chart control.
Language: C# - Size: 1.12 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivot-grid-show-top-n-values-in-context-menu
Use Context Menu Action to Display Top 5 Values in a Column or Row
Language: C# - Size: 997 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

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.
Language: C# - Size: 771 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/wpf-pivotgrid-hide-column-totals
This example demonstrates how to handle the CustomCellValue event to hide the Discount field column grand totals.
Language: C# - Size: 781 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/deprecated-wpf-pivot-grid-connect-to-an-olap-cube-net6
The following example demonstrates how to bind Pivot Grid to an MS OLAP cube.
Size: 52.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-apply-conditional-formatting-to-data-cells-e2137 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 507 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-group-date-time-values-e3669
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 277 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-visualize-pivot-grid-data-via-the-dxcharts-suite-e3676 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-apply-filter-to-a-field-e2134 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 581 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-to-an-olap-cube-using-the-adomdnet-data-provider-e3706 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 128 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-calculate-multiple-custom-totals-with-summarytype-set-to-custom-e3822 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 484 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-the-pivot-grid-appearance-by-overriding-theme-resources-e3832 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 503 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-the-group-filter-for-a-pivotgrid-e2518 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 85 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-prevent-end-users-from-changing-the-filter-condition-e2401 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 474 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-show-data-from-the-dxpivotgrid-control-in-dxcharts-e2140 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 500 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-sort-data-in-server-mode-using-the-customservermodesort-event-t264201 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 753 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-add-and-remove-items-from-the-filter-drop-down-list-e3848 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 286 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-add-custom-totals-e3671 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-apply-conditional-formatting-to-data-cells-e3855 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 286 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-apply-filter-to-a-field-e3687 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-a-pivot-grid-to-an-embedded-xml-file-e3630 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-a-pivot-grid-to-an-embedded-xml-file-in-code-e3629 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-a-pivotgrid-to-an-olap-cube-e3628 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 15.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-calculate-multiple-custom-totals-with-summarytype-set-to-custom-e3824 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 288 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-copy-data-from-a-pivotgrid-control-into-the-clipboard-e3873
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 286 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-create-a-context-menu-for-field-values-e3874 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 286 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-appearance-of-cells-e3872 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 287 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-pivot-grid-colors-by-creating-a-custom-style-e3853 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 285 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-pivotgrid-controls-data-before-displaying-it-in-a-chart-control- π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 287 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-the-cell-template-e3854 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 286 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-display-custom-text-within-data-cells-e3674 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-display-top-n-values-e3673 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-display-unbound-data-in-a-pivotgrid-control-e3670 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 277 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-format-cell-values-e3672 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-group-fields-e3846 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 285 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-hide-context-menu-items-e3877 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 285 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-hide-particular-rows-and-columns-e3879 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 23.4 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-custom-group-intervals-e3686 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-custom-summary-e3668 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-group-filter-for-a-pivotgridcontrol-e4586 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 251 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-sorting-by-summary-in-olap-mode-e3679 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 17.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-the-group-filter-for-a-pivotgrid-e3688 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-localize-pivotgridcontrol-via-the-pivotgridlocalizer-class-e3682 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-obtain-underlying-data-e3675 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-override-styles-for-pivot-grid-elements-e3856 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 285 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-prevent-end-users-from-changing-the-filter-condition-e3847 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 285 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-save-and-restore-layout-e3681 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-sort-data-by-a-particular-column-or-row-e3678 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 279 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-select-the-cell-template-based-on-custom-logic-e3876 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 287 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-sort-field-values-by-the-grand-total-column-row-e3677 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 278 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-sort-filter-drop-down-items-in-a-custom-manner-e3849 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 286 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-split-field-value-cells-e3878 π¦
.NET, Silverlight, DXPivotGrid for Silverlight
Size: 23.4 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-add-and-remove-items-from-the-filter-drop-down-list-e2402 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 474 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-a-pivotgrid-to-an-ms-access-database-e2121 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 479 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-bind-the-pivot-grid-to-fields-and-groups-specified-in-viewmodel-t521850 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 485 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-how-to-bind-to-an-olap-cube-via-xmla-e3709 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 120 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-calculate-cumulative-values-in-the-pivot-grid-control-t479858 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 500 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-collapse-new-field-values-e3230 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 84 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-copy-data-from-a-pivotgrid-control-into-the-clipboard-e2126 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 507 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-create-a-context-menu-for-header-area-e2233 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 505 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-create-a-custom-exporter-that-supports-autorowheight-bestfit-and-fittopage π¦
.NET, WPF, DXPivotGrid for WPF
Size: 502 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-create-a-standalone-customization-form-e2980 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 508 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-create-custom-context-menu-items-using-pivot-grid-commands-e4720 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 446 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-pivot-grid-colors-by-creating-a-custom-style-e3829 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 503 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-customize-the-appearance-of-cells-e2517 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 499 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-display-custom-text-within-data-cells-e2232 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 502 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-display-top-n-values-e2142 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 502 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-emulate-a-focused-row-e2486 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 389 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-format-cell-values-e2139 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 504 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-format-cells-to-show-custom-display-text-t537332 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 867 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/out-of-maintenance-how-to-group-fields-e2129 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 603 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-handle-the-collapse-all-expand-all-menu-item-click-e2671 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 99.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-hide-context-menu-items-e2240 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 501 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-hide-filter-items-whose-corresponding-field-values-are-not-displayed-e2716 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 566 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-pivot-grid-hide-particular-rows-and-columns π¦
The following example demonstrates how handle the CustomFieldValueCells event to hide specific rows and columns.
Language: C# - Size: 146 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-group-filter-for-a-pivotgridcontrol-e4585 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 430 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-localize-pivotgridcontrol-via-the-pivotgridlocalizer-class-e2310 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 513 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-implement-sorting-by-summary-in-olap-mode-e3093 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 65.4 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-locate-field-value-cells-matching-a-particular-condition-e2771 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 132 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-lock-pivot-grid-updates-e2724 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 109 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-override-styles-for-pivot-grid-elements-e3830 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 510 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-how-to-restore-a-dxpivotgrid-layout-that-was-saved-from-the-xtrapivotgrid-e2189 π¦
.NET, WPF, DXPivotGrid for WPF
Size: 45.9 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0
