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

TcxCustomShellTreeView.Root Property

Contains starting folder options.

#Declaration

Delphi
property Root: TcxShellTreeRoot read; write;

#Property Value

Type
TcxShellTreeRoot

#Remarks

Use the Root property to access shell tree view starting folder options. The Root.BrowseFolder property specifies the folder that is opened when the shell tree view is created. If this property is set to bfCustomPath, then the starting folder path is defined by the Root.CustomPath property.

The current path to the currently opened shell node is specified via the AbsolutePath property. If the current starting folder is virtual (for instance, Recycle Bin), then the folder’s identifier can be accessed via the AbsolutePIDL property.

See Also