Back to Devexpress

MVCxGridViewToolbarCollection.Item[Int32] Property

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

latest1.5 KB
Original Source

MVCxGridViewToolbarCollection.Item[Int32] Property

Provides indexed access to the toolbars within the collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Parameters

NameTypeDescription
indexInt32

An integer value that identifies a toolbar by its index.

|

Property Value

TypeDescription
MVCxGridViewToolbar

A MVCxGridViewToolbarItem object or descendant that represents a toolbar at the specified position. null ( Nothing in Visual Basic) if the toolbar was not found.

|

See Also

MVCxGridViewToolbarCollection Class

MVCxGridViewToolbarCollection Members

DevExpress.Web.Mvc Namespace