Skip to main content

TcxCustomShellComboBoxProperties.OnAddFolder Event

Allows you to prevent certain shell items from appearing in the Shell Combo Box editor.

Declaration

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 displayed in the Shell Combo Box editor’s drop-down window. You can handle this event to prevent the control from displaying certain shell items when it displays a folder.

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

Note

To improve shell navigation consistency, share the same OnAddFolder event handler between all associated DevExpress shell controls.

See Also