FilterControlColumnCollection.AddRange(FilterControlColumn[]) Method
Adds an array of FilterControlColumn objects to the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
columns | FilterControlColumn[] | An array that contains zero or more FilterControlColumn objects. |
See Also