MVCxVerticalGridToolbarCollection.Item[Int32] Property
Provides indexed access to the toolbars within the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public MVCxVerticalGridToolbar this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As MVCxVerticalGridToolbar
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that identifies a toolbar by its index. |
Property Value
Type | Description |
---|---|
MVCxVerticalGridToolbar | A MVCxVerticalGridToolbarItem object or descendant that represents a toolbar at the specified position. null (Nothing in Visual Basic) if the toolbar was not found. |
See Also
Feedback