Back to Devexpress

MVCxPivotGridField Class

aspnetmvc-devexpress-dot-web-dot-mvc-00763b6b.md

latest4.5 KB
Original Source

MVCxPivotGridField Class

A field within the PivotGrid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxPivotGridField :
    PivotGridField
vb
Public Class MVCxPivotGridField
    Inherits PivotGridField

The following members return MVCxPivotGridField objects:

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.

The PivotGrid extension supports bound and unbound fields. Bound fields get their data from a specific field in the control’s underlying data source. This field is specified by the PivotGridField.FieldName property. Data for unbound fields should be supplied manually - via the PivotGridSettings.CustomUnboundFieldData event.

Implements

Show 22 items

IComponent

IDisposable

DevExpress.PivotGrid.Internal.IPivotDataColumnInfo

DevExpress.Data.IDataColumnInfo

DevExpress.Data.IDataColumnInfoProvider

DevExpress.PivotGrid.Internal.IPivotGridFieldWithMetadata

DevExpress.PivotGrid.Internal.IPivotGridField

DevExpress.Utils.IComponentLoading

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

DevExpress.WebUtils.IViewBagOwner

IXtraSupportDeserializeCollectionItem

DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollection

IXtraSerializable

DevExpress.PivotGrid.Design.IPivotGridDataContainerCore

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

DevExpress.PivotGrid.Design.IPropertyManagerProvider

DevExpress.Web.Internal.IWebControlObject

IDataSourceViewSchemaAccessor

IDisplayNameProvider

DevExpress.Web.FilterControl.IFilterColumn

IFilterablePropertyInfo

DevExpress.Web.Design.IDesignTimeCollectionItem

Inheritance

Object MarshalByRefObject Component PivotGridFieldBase PivotGridField MVCxPivotGridField

See Also

MVCxPivotGridField Members

DevExpress.Web.Mvc Namespace