Back to Devexpress

MVCxGridViewToolbarItemCollection.Item[Int32] Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewtoolbaritemcollection-dot-item-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

MVCxGridViewToolbarItemCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Parameters

NameTypeDescription
indexInt32

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

|

Property Value

TypeDescription
MVCxGridViewToolbarItem

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

|

See Also

MVCxGridViewToolbarItemCollection Class

MVCxGridViewToolbarItemCollection Members

DevExpress.Web.Mvc Namespace