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

Row Field

Row fields represent data source fields that are located in a pivot grid’s Row Header Area. An Pivot Grid control with more than one row field will have an inner row field (‘Category Name’ in the image below). Any other row fields are outer row fields. Values of the outermost row field (‘Order Quarter’ in the image below) are displayed only once, while values in the rest of the row fields can be repeated.

Fields consist of the following elements:

  • a field header, which displays the field caption and enables end-users to sort and filter field values, change the field’s location via drag-and-drop, etc;
  • field values.

 

veRowField

 

The table below lists the main properties that affect the field’s functionality:

Characteristics

Members

Field Name

PivotGridField.FieldName

Bound Type

PivotGridFieldBase.UnboundType

Position

PivotGridFieldBase.Area, PivotGridFieldBase.AreaIndex

For row fields, the PivotGridFieldBase.Area property is set to PivotArea.RowArea.

Visibility

PivotGridFieldBase.Visible

Grouping Field Values

PivotGridFieldBase.GroupInterval

Sort Order

PivotGridFieldBase.SortOrder, PivotGridFieldBase.SortBySummaryInfo

Filter Criteria

PivotGridFieldBase.FilterValues

Totals

PivotGridFieldBase.TotalsVisibility, PivotGridField.CustomTotals

Column Width

The PivotGridField.Width and PivotGridField.ExportBestFit properties are in effect when the ASPxPivotGrid is exported.

See Also