Skip to main content

DataSourceColumnBinding.ColumnName Property

Gets or sets a name of the data source column.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that is the data source column name.

See Also