Skip to main content
All docs
V25.1
  • DataSourceColumnBinding.ColumnName Property

    Gets or sets a name of the data source column.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.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