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