A newer version of this page is available.
Switch to the current version.
PivotFilterBase.GetCriteria(PivotGridFieldBase) Method
Gets a current filter criteria applied to data displayed in the Pivot Grid.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v19.2.Core.dll
Declaration
public CriteriaOperator GetCriteria(
PivotGridFieldBase exceptField
)
Public Function GetCriteria(
exceptField As PivotGridFieldBase
) As CriteriaOperator
Parameters
Name | Type | Description |
---|---|---|
exceptField | PivotGridFieldBase | A PivotGridFieldBase descendant that specifies the Pivot Grid field whose criteria should be excluded from a filter criteria applied to the entire Pivot Grid. |
Returns
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator descendant that specifies a filter criteria applied to data displayed in the Pivot Grid. |
See Also
Feedback