Skip to main content
All docs
V23.2

ContentControlListBase.GetItem(Int32) Method

Gets an item at the specified index in the list.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

ContentControlListItem GetItem(
    int index
)

Parameters

Name Type Description
index Int32

The item index.

Returns

Type Description
ContentControlListItem

The item at the specified index.

See Also