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

TcxCustomShellTreeView.ShellListView Property

Specifies the shell list view associated with the current shell tree view.

#Declaration

Delphi
property ShellListView: TcxCustomShellListView read; write;

#Property Value

Type
TcxCustomShellListView

#Remarks

A TcxCustomShellListView descendant specified via this property will be synchronized with the current shell tree view. That is, when a specific shell item (folder) is selected within the current shell tree view, this item’s (folder) contents will be displayed within the associated shell list view.

See Also