Skip to main content

RibbonSelectBoxSubItemCollectionBuilder.RemoveAt(Int32) Method

Removes an item at the specified position.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxSubItemCollectionBuilder RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The position of the item to remove.

Returns

Type Description
RibbonSelectBoxSubItemCollectionBuilder

An object that can be used to further configure the collection.

See Also