BootstrapGridViewCommandColumnCustomButtonCollection.Add(BootstrapGridViewCommandColumnCustomButton[]) Method
Adds the specified array of items to the end of the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | BootstrapGridViewCommandColumnCustomButton[] | An array that contains zero or more BootstrapGridViewCommandColumnCustomButton objects, to populate the collection. |
See Also