Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomServerModeSortEventArgs.GetCrossAreaKey(Object[]) Method

In OLAP and server mode, returns cross area values by which you want to sort the pivot grid column or row.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public CrossAreaKey GetCrossAreaKey(
    object[] crossAreaValues
)

#Parameters

Name Type Description
crossAreaValues Object[]

The row/column field values.

#Returns

Type Description
DevExpress.Xpf.PivotGrid.CrossAreaKey

A DevExpress.Xpf.PivotGrid.CrossAreaKey object, that represents an array of column or row field values.

See Also