DevExpress-Examples / winforms-pivot-grid-sort-data-by-olap-member-properties

This example demonstrates how to handle CustomServerModeSort event to sort data by OLAP member properties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pivot Grid for WinForms - Custom Sorting in OLAP

This example demonstrates how to handle the CustomServerModeSort event to sort data by e.OLAPMember properties.

Pivot Grid

In this example, the Product field values are sorted by the "List Price" OLAP member property. The "List Price" member property values are displayed near the Products field values.

Files to Review

Form1.cs (VB: Form1.vb)

Documentation

Sorting Data

More Examples

Pivot Grid for WinForms - How to Use a Hidden Field to Sort the Visible Field Values

About

This example demonstrates how to handle CustomServerModeSort event to sort data by OLAP member properties.

License:Other


Languages

Language:C# 51.0%Language:Visual Basic .NET 49.0%