GridViewColumnCollection.AddRange(GridViewColumn[]) Method
Adds an array of GridViewColumn objects to the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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