Skip to main content
All docs
V25.1
  • BandedGridColumnCollection.AddVisible(String) Method

    Adds a new column, binds it to the specified field, and makes this column visible.

    Namespace: DevExpress.XtraGrid.Views.BandedGrid

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public BandedGridColumn AddVisible(
        string fieldName
    )

    Parameters

    Name Type Description
    fieldName String

    A string that specifies the name of the field to which to bind the column. This value is assigned to the FieldName property.

    Returns

    Type Description
    BandedGridColumn

    The created column.

    See Also