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

PivotGridControl.GetFieldValueType(Boolean, Int32) Method

Gets the type of a field value in the column or row area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridValueType GetFieldValueType(
    bool isColumn,
    int lastLevelIndex
)

Parameters

Name Type Description
isColumn Boolean

true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area.

lastLevelIndex Int32

A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields.

Returns

Type Description
PivotGridValueType

A PivotGridValueType value that identifies the type of the required column/row field value.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetFieldValueType(Boolean, Int32) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also