Skip to main content
Tab

VerticalGridToolbarItem.Items Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridToolbarItemCollection Items { get; }

Property Value

Type Description
VerticalGridToolbarItemCollection

A VerticalGridToolbarItemCollection instance that is the collection of items.

See Also