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

TdxCustomShellBreadcrumbEdit.UpdateContent Method

In This Article

Updates content of the Shell Breadcrumb control.

#Declaration

Delphi
procedure UpdateContent;

#Remarks

Call the UpdateContent procedure to update content displayed in the control if Windows Shell was changed by an external process or application when the Breadcrumb Shell control does not track external Windows Shell changes (that is, when the Properties.ShellOptions.TrackShellChanges property is set to False).

See Also