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

GridToolbarItem.Items Property

Gets a collection that contains the toolbar items of the current toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridToolbarItemCollection Items { get; }

Property Value

Type Description
GridToolbarItemCollection

A GridToolbarItemCollection instance that is the collection of items.

See Also