Skip to main content
A newer version of this page is available. .

TcxShellListRoot Class

Stores starting folder settings for the TcxShellListView control.

Declaration

TcxShellListRoot = class(
    TcxCustomShellRoot
)

Remarks

The TcxShellListView class has members that allow you to do the following:

  • Switch between Windows Desktop, My Computer, My Documents, and other starting locations in Windows Shell (BrowseFolder).
  • Specify the custom folder as the starting location (CustomPath).
  • Identify the current starting location (CurrentPath).

The TcxCustomShellListView.Root property references a TcxShellListRoot object.

Inheritance

See Also