Skip to main content

BootstrapGridViewCommandColumnCustomButtonCollection.Add(BootstrapGridViewCommandColumnCustomButton[]) Method

Adds the specified array of items to the end of the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Add(
    params BootstrapGridViewCommandColumnCustomButton[] items
)

Parameters

Name Type Description
items BootstrapGridViewCommandColumnCustomButton[]

An array that contains zero or more BootstrapGridViewCommandColumnCustomButton objects, to populate the collection.

See Also