Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotFieldValueItem.IsFieldSortedBySummary(PivotFieldItemBase, PivotFieldItemBase) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public bool IsFieldSortedBySummary(
    PivotFieldItemBase field,
    PivotFieldItemBase dataField
)

Parameters

Name Type
field DevExpress.XtraPivotGrid.Data.PivotFieldItemBase
dataField DevExpress.XtraPivotGrid.Data.PivotFieldItemBase

Returns

Type
Boolean
See Also