Skip to main content
All docs
V19.2
Tab

CardViewColumnCollection.AddRange(IWebGridColumn[]) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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