Skip to main content

RibbonSelectBoxSubItemCollectionBuilder.Insert(Int32) Method

Inserts a new item to the select box sub-item collection at the specified position.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v24.1.dll

Declaration

public RibbonSelectBoxSubItemBuilder Insert(
    int index
)

Parameters

Name Type Description
index Int32

The position to insert the item.

Returns

Type Description
RibbonSelectBoxSubItemBuilder

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

See Also