aspnet-devexpress-dot-web-22472e71.md
Represents the collection of custom command buttons.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CardViewCustomCommandButtonCollection :
Collection<CardViewCustomCommandButton>
Public Class CardViewCustomCommandButtonCollection
Inherits Collection(Of CardViewCustomCommandButton)
The following members return CardViewCustomCommandButtonCollection objects:
Command columns store their custom buttons within the CardViewCommandLayoutItem.CustomButtons collection. This collection is represented by the CardViewCustomCommandButtonCollection 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<CardViewCustomCommandButton>
ICollection<CardViewCustomCommandButton>
IEnumerable<CardViewCustomCommandButton>
Object StateManagedCollectionBase Collection Collection<CardViewCustomCommandButton> CardViewCustomCommandButtonCollection BootstrapCardViewCustomCommandButtonCollection
See Also