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.BringToFront Method

In This Article

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

#Declaration

Delphi
procedure BringToFront;

#Remarks

This procedure moves the container from its current position to the top layer.

An end-user can move a container to the top layer by clicking the Bring to Front item of the container’s context menu.

Also, the BringToFront procedure has its SendToBack counterpart that moves any container to the bottom layer.

Note

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

See Also