Skip to main content
All docs
V25.1
  • DataSourceColumnBindingBase(String) Constructor

    Initializes a new instance of the DataSourceColumnBindingBase class with specified settings.

    Namespace: DevExpress.PivotGrid.DataBinding

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

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

    Declaration

    public DataSourceColumnBindingBase(
        string fieldName
    )

    Parameters

    Name Type Description
    fieldName String

    The data source column name.

    See Also