Skip to main content
All docs
V24.2

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

IPivotTableField Members

In This Article
An interface that defines the DxPivotTable component’s field.

#Properties

Name Description
Area Specifies the area where the field is displayed.
AreaIndex Specifies the field’s index among other fields displayed within the same area.
Caption Specifies the field’s caption displayed in Pivot Table’s header.
CellFormat Specifies the display format for data cells.
CellTemplate Specifies a template for data cells that correspond to the current field.
Field Specifies the name of the database field that is assigned to the current object.
GroupInterval Gets or sets how the Pivot Table groups values of the current column or row field. Mostly used for DateTime values.
HeaderTemplate Specifies a template to display the current field’s caption.
SortOrder Specifies the field’s sort order (ascending or descending).
SummaryType Specifies the type of the summary function which is calculated against the current data field values.
ValueFormat Specifies the display format for field values displayed in rows or columns.
ValueTemplate Specifies a template to display the current field’s values.
Width Specifies the width of cells where the field values are displayed.

#Methods

Name Description
ChangeSortOrder() Changes the field’s sort order.
See Also