Skip to main content
A newer version of this page is available. .

BootstrapGridViewCommandColumnCustomButtonCollection.Add(BootstrapGridViewCommandColumnCustomButton[]) Method

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

Namespace: DevExpress.Web.Bootstrap

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

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