Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

VerticalGridRowCollection.AddRange(IWebGridColumn[]) Method

Adds an array of IWebGridColumn supported objects to the current collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void AddRange(
    params IWebGridColumn[] columns
)

Parameters

Name Type Description
columns IWebGridColumn[]

An array that contains zero or more IWebGridColumn supported objects.

Remarks

The AddRange method appends the specified objects to the collection.

See Also