Skip to main content
All docs
V25.1
  • ContentControlListItem.MoveUp(Int32) Method

    Moves the item up by the specified number of positions in the list.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    void MoveUp(
        int count = 1
    )

    Optional Parameters

    Name Type Default Description
    count Int32 1

    The number of positions to move the item.

    See Also