Skip to main content
Tab

GridViewCommandColumnCustomButtonCollection Class

Represents the collection of custom command buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewCommandColumnCustomButtonCollection :
    Collection<GridViewCommandColumnCustomButton>

The following members return GridViewCommandColumnCustomButtonCollection objects:

Remarks

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

See Also