VerticalGridToolbarCollection.Item[Int32] Property
In This Article
Provides indexed access to the toolbars within the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridToolbar this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that identifies a toolbar by its index. |
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
See Also