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

DataSourceColumnBindingBase.ColumnName Property

Gets or sets the name of the data source column.

Namespace: DevExpress.PivotGrid.DataBinding

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

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

Declaration

[DefaultValue("")]
public string ColumnName { get; set; }

Property Value

Type Default Description
String String.Empty

A String that is the name of the column in the data source.

See Also