Back to Devexpress

PivotGridFieldBase Class

corelibraries-devexpress-dot-xtrapivotgrid-8aa9a173.md

latest6.4 KB
Original Source

PivotGridFieldBase Class

Represents the base class for the PivotGridField class.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotGridFieldBase :
    Component,
    IPivotDataColumnInfo,
    IDataColumnInfo,
    IDataColumnInfoProvider,
    IPivotGridField,
    IPivotGridFieldWithMetadata,
    IComponentLoading,
    IXtraSerializableLayoutEx,
    IViewBagOwner,
    IXtraSupportDeserializeCollectionItem,
    IXtraSupportDeserializeCollection,
    IXtraSerializable,
    IPivotGridDataContainerCore,
    IXtraSupportShouldSerialize,
    IPropertyManagerProvider
vb
Public Class PivotGridFieldBase
    Inherits Component
    Implements IPivotDataColumnInfo,
               IDataColumnInfo,
               IDataColumnInfoProvider,
               IPivotGridField,
               IPivotGridFieldWithMetadata,
               IComponentLoading,
               IXtraSerializableLayoutEx,
               IViewBagOwner,
               IXtraSupportDeserializeCollectionItem,
               IXtraSupportDeserializeCollection,
               IXtraSerializable,
               IPivotGridDataContainerCore,
               IXtraSupportShouldSerialize,
               IPropertyManagerProvider

The following members return PivotGridFieldBase objects:

Show 23 links

LibraryRelated API Members
Cross-Platform Class LibraryFixedFieldValue.DataField
FixedFieldValueCondition.Field
PivotGridCustomSummaryEventArgsBase<T>.DataField
PivotGridCustomTotalCollectionBase.Field
PivotGridFieldCollectionBase.Add()
PivotGridFieldCollectionBase.AddDataSourceColumn(String, PivotArea, PivotGroupInterval)
PivotGridFieldCollectionBase.AddDataSourceColumn(String, PivotArea)
PivotGridFieldCollectionBase.GetFieldByName(String)
PivotGridFieldCollectionBase.Item[Int32]
PivotGridFieldCollectionBase.Item[String]
PivotGridFieldFilterValues.Field
PivotGridFieldSortBySummaryInfo.Field
PivotGridFieldSortBySummaryInfo.Owner
PivotGridFieldSortCondition.Field
PivotGridGroup.Item[Int32]
PivotGroupFilterValue.Field
PivotSummaryDataSource.GetField(Int32)
PivotSummaryFilter.ColumnField
PivotSummaryFilter.RowField
WinForms ControlsPivotGridMenuEventArgsBase.Field
PivotGridStyleFormatCondition.Field
ASP.NET Web Forms ControlsPivotGridFieldCollection.GetFieldByClientID(String)
.NET Reporting ToolsXRPivotGrid.GetFieldByArea(PivotArea, Int32)

Remarks

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

Implements

IXtraSupportDeserializeCollectionItem

IXtraSerializable

Inheritance

Object MarshalByRefObject Component PivotGridFieldBase PivotGridField

PivotGridField

XRPivotGridField

PivotTableField

MVCxPivotGridField

See Also

PivotGridFieldBase Members

PivotGridField

DevExpress.XtraPivotGrid Namespace