Skip to main content
All docs
V25.1
  • ContentControlListBase.GetItem(Int32) Method

    Gets an item at the specified index in the list.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    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