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

VerticalGridToolbarItemCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridToolbarItem this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer that identifies the item within the collection.

Property Value

Type Description
VerticalGridToolbarItem

A VerticalGridToolbarItem object that represents the item at the specified position.

See Also