Skip to main content
A newer version of this page is available. .

PivotGridFieldBase Class

Represents the base class for the PivotGridField class.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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