aspnet-devexpress-dot-web-95724ce0.md
Represents the collection of custom command buttons.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewCommandColumnCustomButtonCollection :
Collection<GridViewCommandColumnCustomButton>
Public Class GridViewCommandColumnCustomButtonCollection
Inherits Collection(Of GridViewCommandColumnCustomButton)
The following members return GridViewCommandColumnCustomButtonCollection objects:
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.
DevExpress.Utils.IAssignableCollection
IList<GridViewCommandColumnCustomButton>
ICollection<GridViewCommandColumnCustomButton>
IEnumerable<GridViewCommandColumnCustomButton>
Object StateManagedCollectionBase Collection Collection<GridViewCommandColumnCustomButton> GridViewCommandColumnCustomButtonCollection BootstrapGridViewCommandColumnCustomButtonCollection
See Also