Skip to main content

LayoutViewColumnCollection.AddRange(GridColumn[]) Method

Adds an array of columns to the end of the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override void AddRange(
    GridColumn[] columns
)

Parameters

Name Type Description
columns GridColumn[]

An array of GridColumn objects.

Remarks

Columns are added to the collection in the order specified by their positions within the array.

See Also