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

TcxCustomShellRoot.BrowseFolder Property

Specifies the starting location in Windows Shell.

#Declaration

Delphi
property BrowseFolder: TcxBrowseFolder read; write; default bfDesktop;

#Property Value

Type Default Description
TcxBrowseFolder bfDesktop

The target root folder.

#Remarks

Use the BrowseFolder property to switch between Windows Desktop, My Computer, My Documents, and other starting locations for the shell control. You can use the CustomPath property to define a custom starting location if the BrowseFolder property is set to bfCustomPath. Refer to the TcxBrowseFolder type description for detailed information on available options.

The BrowseFolder property’s default value is bfDesktop.

See Also