MVCxGridViewToolbarItemCollection.Item[Int32] Property
Provides indexed access to individual items in the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public MVCxGridViewToolbarItem this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As MVCxGridViewToolbarItem
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer that identifies the item within the collection. |
Property Value
Type | Description |
---|---|
MVCxGridViewToolbarItem | A MVCxGridViewToolbarItem object that represents the item at the specified position. |
See Also
Feedback