Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetContainer.SendToBack Method

In This Article

Moves the floating container object to the bottom container layer in a worksheet.

#Declaration

Delphi
procedure SendToBack;

#Remarks

This procedure moves the container from its current position to the bottom layer. Technically, the SendToBack procedure sets the Index property to zero.

An end-user can move a container to the bottom layer by clicking the Send to Back item of the container’s context menu.

Also, the SendToBack procedure has its BringToFront conterpart that moves any container to the topmost layer.

Note

The SendToBack method has no effect if the container object is already located in the bottom container layer. Both the SendToBack and BringToFront procedures have no effect on comment containers. All comments are always displayed on top.

See Also