TcxCustomShellTreeView.ShellListView Property
In This Article
Specifies the shell list view associated with the current shell tree view.
#Declaration
Delphi
property ShellListView: TcxCustomShellListView read; write;
#Property Value
Type |
---|
Tcx |
#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