Back to Devexpress

BootstrapGridViewCommandColumnCustomButtonCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4972910f.md

latest2.5 KB
Original Source

BootstrapGridViewCommandColumnCustomButtonCollection Class

A collection of custom command buttons.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewCommandColumnCustomButtonCollection :
    GridViewCommandColumnCustomButtonCollection
vb
Public Class BootstrapGridViewCommandColumnCustomButtonCollection
    Inherits 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.

Inheritance

Object StateManagedCollectionBase Collection Collection<GridViewCommandColumnCustomButton> GridViewCommandColumnCustomButtonCollection BootstrapGridViewCommandColumnCustomButtonCollection

See Also

BootstrapGridViewCommandColumnCustomButtonCollection Members

Grid View

Command Columns

DevExpress.Web.Bootstrap Namespace