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

MVCxCardViewToolbarItemCollection Class

Represents a collection of a Vertical Grid’s toolbar items.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public class MVCxCardViewToolbarItemCollection :
    CardViewToolbarItemCollection

The following members return MVCxCardViewToolbarItemCollection objects:

Remarks

A toolbar within an Vertical Grid control holds its toolbar items within a collection which is represented by an instance of the MVCxCardViewToolbarItemCollection class and can be accessed via the MVCxVerticalGridToolbar.Items property.

The properties and methods exposed by the MVCxCardViewToolbarItemCollection 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 MVCxVerticalGridToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.

See Also