Skip to main content

TdxCustomShellBreadcrumbEdit.OnAddFolder Event

Enables you to prohibit adding a breadcrumb node associated with a specific shell item to the parent node‘s dropdown window.

Declaration

property OnAddFolder: TcxShellAddFolderEvent read; write;

Remarks

The OnAddFolder event occurs every time the Shell Breadcrumb control is about to add a breadcrumb node to a node’s drop-down window. You can handle this event to prevent the control from displaying certain shell items when a node drop-down window is displayed.

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