ContentControlListBase.GetItem(Int32) Method
In This Article
Gets an item at the specified index in the list.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ContentControlListItem GetItem(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The item index. |
#Returns
Type | Description |
---|---|
Content |
The item at the specified index. |
See Also