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

MVCxVerticalGridToolbarItem.Items Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridToolbarItemCollection Items { get; }

Property Value

Type Description
MVCxVerticalGridToolbarItemCollection

A MVCxVerticalGridToolbarItemCollection instance that is the collection of items.

See Also