RibbonMenuSubItemCollectionBuilder.GetAt(Int32) Method
Retrieves an item from the collection by an item index.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v22.2.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonMenuSubItemBuilder GetAt(
int index
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based index of the item. |
Returns
Type | Description |
---|---|
RibbonMenuSubItemBuilder | An object that can be used to further configure the found item. |
See Also