Skip to main content
A newer version of this page is available. .
Tab

CardViewToolbarItemCollection Class

Represents a collection of a ASPxCardView’s toolbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CardViewToolbarItemCollection :
    GridToolbarItemCollection

The following members return CardViewToolbarItemCollection objects:

Remarks

A toolbar within an ASPxCardView control holds its toolbar items within a collection which is represented by an instance of the CardViewToolbarItemCollection class and can be accessed via the CardViewToolbar.Items property.

The properties and methods exposed by the CardViewToolbarItemCollection class can be used to perform common collection operations such as adding new or deleting the existing toolbar items. Each item of the collection is represented by a CardViewToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.

See Also