BootstrapToolbarMenuItemCollection.GetVisibleItem(Int32) Method
Gets an item by its visible index.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value representing the visible index of the item to be returned. |
Returns
Type | Description |
---|---|
BootstrapToolbarMenuItem | A BootstrapToolbarMenuItem object which represents the required visible item. |
See Also