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

    Gets or sets a name of the data source column.

    Namespace: DevExpress.Web.ASPxPivotGrid

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

    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