Skip to main content
Tab

CardViewColumnCollection.AddRange(CardViewColumn[]) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AddRange(
    params CardViewColumn[] columns
)

Parameters

Name Type Description
columns CardViewColumn[]

An array that contains zero or more CardViewColumn supported objects.

Remarks

The AddRange method appends the specified objects to the collection.

See Also