Back to Devexpress

GridViewToolbarCollection.Item[Int32] Property

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

latest1.4 KB
Original Source

GridViewToolbarCollection.Item[Int32] Property

Provides indexed access to the toolbars within the collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
indexInt32

An integer value that identifies a toolbar by its index.

|

Property Value

TypeDescription
GridViewToolbar

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

|

See Also

GridViewToolbarCollection Class

GridViewToolbarCollection Members

DevExpress.Web Namespace