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

VerticalGridToolbarItemCollection Class

Represents a collection of an ASPxVerticalGrid’s toolbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class VerticalGridToolbarItemCollection :
    GridToolbarItemCollection

The following members return VerticalGridToolbarItemCollection objects:

Remarks

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

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

See Also