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

TdxCustomShellTreeView.OnAddFolder Event

In This Article

Allows you to prevent certain shell items from appearing in the Shell Tree View control.

#Declaration

Delphi
property OnAddFolder: TcxShellAddFolderEvent read; write;

#Remarks

The OnAddFolder event occurs every time a shell item is about to be added into the Shell Tree View control. You can handle this event to prevent the control from displaying certain shell items when it expands a node.

Refer to the TcxShellAddFolderEvent procedural type description for information on parameters available within an OnAddFolder event handler.

See Also