Back to Devexpress

VerticalGridToolbarItemCollection.Item[Int32] Property

aspnet-devexpress-dot-web-dot-verticalgridtoolbaritemcollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

VerticalGridToolbarItemCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridToolbarItem this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As VerticalGridToolbarItem

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
VerticalGridToolbarItem

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

|

See Also

VerticalGridToolbarItemCollection Class

VerticalGridToolbarItemCollection Members

DevExpress.Web Namespace