Skip to main content

TdxShellTreeView.Folders Property

Provides access to shell items currently displayed in the Shell Tree View control.

Declaration

property Folders[AIndex: Integer]: TcxShellFolder read;

Property Value

Type Description
TcxShellFolder

A shell item.

Remarks

Use the Folders property to access visible (expanded) shell items. The OnAddFolder event occurs for every new displayed node (folder) every time a node with nested folders is expanded.

Use the FolderCount property to obtain the total number of accessible shell items.

See Also