Skip to main content

PivotGridField Class

Represents a pivot grid field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public class PivotGridField :
    DXFrameworkContentElement,
    ILogicalOwner,
    IInputElement,
    IThreadSafeField

#Remarks

Pivot grid fields represent data source fields. Fields are visually represented by field headers, which can be moved between the pivot grid's areas using drag-and-drop. Dragging fields between areas modifies the report's layout.

The collection of fields can be accessed via the PivotGridControl.Fields property. Individual fields are represented by the PivotGridField class and can be accessed using indexed notation.

To learn more on pivot grid fields, see:

#Implements

See Also