Skip to main content

RibbonSelectBoxSubItemCollectionBuilder.GetAt(Int32) Method

Retrieves an item from the collection by an item index.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxSubItemBuilder GetAt(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based index of the item.

Returns

Type Description
RibbonSelectBoxSubItemBuilder

An object that can be used to further configure the found item.

See Also