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

DataSourceColumnBinding.ColumnName Property

Gets or sets the name of the data source column.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public string ColumnName { get; set; }

Property Value

Type Description
String

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

See Also