Skip to main content
.NET 6.0+

ChoiceActionItemCollection.RemoveAt(Int32) Method

Removes the ChoiceActionItem at the specified index of the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the ChoiceActionItem to remove.

See Also