Skip to main content
All docs
V25.1
  • PivotGridFieldCollection.AddDataSourceColumn(String, PivotArea) Method

    Creates a field from the specified data source column and add it to the end of the collection.

    Namespace: DevExpress.Web.ASPxPivotGrid

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

    NuGet Package: DevExpress.Web

    Declaration

    public PivotGridField AddDataSourceColumn(
        string columnName,
        PivotArea area
    )

    Parameters

    Name Type Description
    columnName String

    A string that is a name of the data source column.

    area PivotArea

    A PivotArea value that specifies the header area.

    Returns

    Type Description
    PivotGridField

    A PivotGridField object that is the created field.

    Remarks

    For Optimized data engine mode, the method creates the DataSourceColumnBinding data binding for a new field instead of specifying the FieldName property.

    The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AddDataSourceColumn(String, PivotArea) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also