Skip to main content

PivotGridFieldBase Class

Represents the base class for the PivotGridField class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class PivotGridFieldBase :
    Component,
    IPivotDataColumnInfo,
    IDataColumnInfo,
    IDataColumnInfoProvider,
    IPivotGridField,
    IPivotGridFieldWithMetadata,
    IComponentLoading,
    IXtraSerializableLayoutEx,
    IViewBagOwner,
    IXtraSupportDeserializeCollectionItem,
    IXtraSupportDeserializeCollection,
    IXtraSerializable,
    IPivotGridDataContainerCore,
    IXtraSupportShouldSerialize,
    IPropertyManagerProvider

Remarks

The PivotGridFieldBase class serves as the base class for the PivotGridField class. This class represents a field within the PivotGridField control.

See Also