Back to Devexpress

GridViewToolbarItemCollection.Item[Int32] Property

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

latest1.4 KB
Original Source

GridViewToolbarItemCollection.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 GridViewToolbarItem this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As GridViewToolbarItem

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
GridViewToolbarItem

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

|

See Also

GridViewToolbarItemCollection Class

GridViewToolbarItemCollection Members

DevExpress.Web Namespace