Skip to main content

TcxCustomShellTreeView.ShellListView Property

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

Declaration

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