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

TdxShellListView Class

A Shell List View control.

Declaration

TdxShellListView = class(
    TdxCustomShellListView
)

Remarks

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

Shell List View Control Example

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

TcxShellComboBox
A Shell Combo Box editor.
TdxShellBreadcrumbEdit
A Shell Breadcrumb control.
TdxShellTreeView
A Shell Tree View control.

The TdxShellListView class does not introduce any new public members; it only publishes properties, methods, and events declared in ancestor classes. Refer to the TdxCustomShellListView class description for detailed information on available API members.

See Also