Skip to main content

TdxShellTreeView Class

A Shell Tree View control.

Declaration

TdxShellTreeView = class(
    TdxCustomShellTreeView
)

Remarks

The Shell Tree View is a Tree View control designed to display the content of Windows Shell. The Shell Tree View control can synchronize with other DevExpress shell controls, allowing you to build fully-functional shell dialogs in your applications.

Shell Tree View Control Example

You can associate the Shell Tree View control with the following shell controls:

TcxShellComboBox
A Shell Combo Box editor.
TdxShellBreadcrumbEdit
A Shell Breadcrumb control.
TdxShellListView
A Shell List View control.

The TdxShellTreeView class extends its ancestor with members that allow you to do the following:

  • Obtain the number of currently displayed shell items (FolderCount).
  • Access the currently displayed shell items (Folders).
  • Associate the Shell Tree View control with other shell controls (GroupIndex).

Refer to the TdxCustomShellTreeView class description for detailed information on the core functionality of the Shell List View control.

See Also