Skip to main content
All docs
V23.2

ContentControlListBase.RemoveItemAt(Int32) Method

Removes a list item at the specified index.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void RemoveItemAt(
    int index
)

Parameters

Name Type Description
index Int32

The item index.

See Also