Skip to main content
A newer version of this page is available. .

DataSourceColumnBindingBase(String) Constructor

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

Namespace: DevExpress.PivotGrid.DataBinding

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public DataSourceColumnBindingBase(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The data source column name.

See Also