Back to Devexpress

PivotGridField Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-3575da3e.md

latest7.4 KB
Original Source

PivotGridField Class

Represents a field within the ASPxPivotGrid control.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridField :
    PivotGridFieldBase,
    IWebControlObject,
    IDataSourceViewSchemaAccessor,
    IDisplayNameProvider,
    IFilterColumn,
    IFilterablePropertyInfo,
    IDesignTimeCollectionItem
vb
Public Class PivotGridField
    Inherits PivotGridFieldBase
    Implements IWebControlObject,
               IDataSourceViewSchemaAccessor,
               IDisplayNameProvider,
               IFilterColumn,
               IFilterablePropertyInfo,
               IDesignTimeCollectionItem

The following members return PivotGridField objects:

Show 23 links

Remarks

A field can be displayed within one of four areas: Column Header Area, Row Header Area, Data Header Area or Filter Header Area. Fields located within these areas are called column fields, row fields, data fields and filter fields, respectively. The area where a field is displayed and the field’s position within the area are specified by the PivotGridFieldBase.Area and PivotGridFieldBase.AreaIndex properties.

ASPxPivotGrid uses the Binding API to bind Pivot Grid fields to data in OLAP, Server, and Optimized modes. You can use calculated expressions, data source columns, or window calculations as data binding sources.

Implements

Show 14 items

IComponent

IDisposable

DevExpress.Data.IDataColumnInfo

DevExpress.Data.IDataColumnInfoProvider

DevExpress.Utils.IComponentLoading

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

DevExpress.WebUtils.IViewBagOwner

IXtraSupportDeserializeCollectionItem

DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollection

IXtraSerializable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

IDataSourceViewSchemaAccessor

IDisplayNameProvider

IFilterablePropertyInfo

Inheritance

Object MarshalByRefObject Component PivotGridFieldBase PivotGridField MVCxPivotGridField

See Also

PivotGridField Members

DevExpress.Web.ASPxPivotGrid Namespace