PivotGridField Class
In This Article
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:
- Creating Fields and Binding Them to Data Fields
- Unbound Fields
- Field Location and Order
- Field Groups
#Implements
#Inheritance
See Also