PivotGridFieldBase objects are Component descendants and thus can be directly accessed in code using their names.
Use the Name property to assign a name to a PivotGridFieldBase object created at runtime. To retrieve a field from the control's field collection by its name use the PivotGridFieldCollectionBase.GetFieldByName method.