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

BootstrapGridViewCommandColumnCustomButtonCollection Class

A collection of custom command buttons.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapGridViewCommandColumnCustomButtonCollection :
    GridViewCommandColumnCustomButtonCollection

The following members return BootstrapGridViewCommandColumnCustomButtonCollection objects:

Remarks

Command columns store their custom buttons within the BootstrapGridViewCommandColumn.CustomButtons collection. This collection is represented by the BootstrapGridViewCommandColumnCustomButtonCollection class. Members of this class can be used to add, delete, access individual buttons and perform other common collection management tasks.

See Also