Back to Devexpress

Column Field

wpf-7985-controls-and-libraries-pivot-grid-ui-elements-column-field.md

latest1.7 KB
Original Source

Column Field

  • Sep 07, 2020

Column fields represent data source fields which are located within the Column Header Area.

Tip

The PivotGridControl.FieldPropertyChanged event is raised after a field’s property has been changed.

The following table lists the main properties affecting element appearance.

|

Field Name

|

PivotGridField.FieldName

| |

Bound Type

|

PivotGridField.UnboundType

| |

Position

|

PivotGridField.Area

PivotGridField.AreaIndex

| |

Visibility

|

PivotGridField.Visible

| |

Grouping Field Values

|

PivotGridField.GroupInterval

| |

Linking with Other Fields

|

PivotGridControl.Groups

| |

Sort Order

|

PivotGridField.SortOrder

| |

Filter Criteria

|

PivotGridField.FilterValues

| |

Totals

|

PivotGridField.TotalsVisibility

PivotGridField.CustomTotals

|