Skip to main content

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

Field Header

Field headers identify fields in the pivot grid. A field header contains:

  • a caption string which identifies the field’s content;
  • a sort glyph which identifies the sort order applied to the field’s values;
  • a filter button which end-users can use to filter field values.

The headers of all visible fields are contained within header areas. The headers of row and column fields are displayed within the row header and column header areas, respectively. The headers of data fields are displayed within the data header area. Headers can also be displayed within the filter header area. Headers of hidden fields are displayed within the field list.

pivotgrid_fieldheader

The following table lists the main properties affecting the element’s appearance.

Appearance

PivotGridField.Caption

Sorting

PivotGridField.AllowSort

PivotGridControl.AllowSort

PivotGridControl.AllowSortInFieldList

Filtering

PivotGridField.AllowFilter

PivotGridControl.AllowFilter

PivotGridControl.AllowFilterInFieldList