Skip to main content
All docs
V23.2

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.v23.2.Core.dll

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

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