Back to Devexpress

GridViewCommandColumnCustomButtonCollection Class

aspnet-devexpress-dot-web-95724ce0.md

latest3.1 KB
Original Source

GridViewCommandColumnCustomButtonCollection Class

Represents the collection of custom command buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewCommandColumnCustomButtonCollection :
    Collection<GridViewCommandColumnCustomButton>
vb
Public Class GridViewCommandColumnCustomButtonCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<GridViewCommandColumnCustomButton>

ICollection<GridViewCommandColumnCustomButton>

IEnumerable<GridViewCommandColumnCustomButton>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<GridViewCommandColumnCustomButton> GridViewCommandColumnCustomButtonCollection BootstrapGridViewCommandColumnCustomButtonCollection

See Also

GridViewCommandColumnCustomButtonCollection Members

Grid View

DevExpress.Web Namespace