A newer version of this page is available.
Switch to the current version.
BootstrapCardViewToolbarCollection.Item[Int32] Property
Provides indexed access to individual items within the BootstrapCardViewToolbarCollection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapCardViewToolbar this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As BootstrapCardViewToolbar
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the item to be accessed. |
Property Value
Type | Description |
---|---|
BootstrapCardViewToolbar | An BootstrapCardViewToolbar object representing an item located at the specified index within the collection. |
See Also
Feedback