PivotGridFieldBase Class
Represents the base class for the PivotGridField class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[TypeConverter(typeof(PivotPropertiesFilterTypeConverter))]
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.
Inheritance
See Also