A newer version of this page is available.
Switch to the current version.
CardViewCustomCommandButtonCollection Class
Represents the collection of custom command buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class CardViewCustomCommandButtonCollection :
Collection<CardViewCustomCommandButton>
Public Class CardViewCustomCommandButtonCollection
Inherits Collection(Of CardViewCustomCommandButton)
Related API Members
The following members accept/return CardViewCustomCommandButtonCollection objects:
Remarks
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.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
See Also
Feedback