Skip to main content
A newer version of this page is available. .
Tab

GridViewColumnCollection.AddRange(GridViewColumn[]) Method

Adds an array of GridViewColumn objects to the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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