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.Root Property

Returns an object representing the root folder.

#Declaration

Delphi

#Property Value

Type
TdxPSFileBasedExplorerRootFolder

#Remarks

Use the Root property to access the root folder. The object returned allows you to navigate through the folders and reports hierarchy. You can use the obtained object’s Folders and Items properties for this purpose.

The Root property overrides the base class Root property to return an object of the proper type.

See Also