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

TcxCustomShellComboBoxProperties.Root Property

Contains starting folder options.

#Declaration

Delphi
property Root: TcxShellComboBoxRoot read; write;

#Property Value

Type
TcxShellComboBoxRoot

#Remarks

Use the Root property to access shell combo box view starting folder options. The Root.BrowseFolder property specifies the folder that is opened when the shell combo box 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 item 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