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

TdxPSFileBasedExplorer.GoToUpOneLevel Method

In This Article

Switches the explorer’s root folder one level higher.

#Declaration

Delphi
procedure GoToUpOneLevel;

#Remarks

Use the GoToUpOneLevel method to change the explorer’s root to the folder that is the current root folder’s parent. Note that the method is in effect only when the CanGoToUpOneLevel method returns True. You can also change the explorer’s root path directly via the RootPath property.

Note that the GoToUpOneLevel method is called automatically when end-users use the Up One Level command. This command is available via the preview window’s main menu and the explorer tree’s context menu.

See Also