Skip to main content
Tab

GridViewColumnCollection.AddRange(GridViewColumn[]) Method

Adds an array of GridViewColumn objects to the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AddRange(
    params GridViewColumn[] columns
)

Parameters

Name Type Description
columns GridViewColumn[]

An array that contains zero or more GridViewColumn objects.

Remarks

The AddRange method appends the specified objects to the collection.

See Also