Skip to main content
A newer version of this page is available. .

PivotGridField.SortBySummaryInfo Property

Contains the settings used to sort the values of the current column field or row field by summary values in rows/columns.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridFieldSortBySummaryInfo SortBySummaryInfo { get; }

Property Value

Type Description
PivotGridFieldSortBySummaryInfo

A PivotGridFieldSortBySummaryInfo object which contains the settings used to sort the current field’s values by summary values in columns/rows.

Remarks

The values of column field or row field are arranged in alphabetical order (for text data) and in order of magnitude (for numeric and date/time data) by default.

If the current field is a row field, the SortBySummaryInfo property allows you to arrange this field’s values according to the summary values in any column. Similarly, if the current field is a column field, the SortBySummaryInfo property can be used to arrange this field’s values according to the summary values in any row.

You must specify the field’s ID property.

See Also