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

BootstrapGridViewCommandColumnCustomButtonCollection.Add() Method

Adds a new custom button to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewCommandColumnCustomButton Add()

Returns

Type Description
BootstrapGridViewCommandColumnCustomButton

A BootstrapGridViewCommandColumnCustomButton object representing the newly created custom button.

See Also