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

TdxCustomBreadcrumbEdit.EndUpdate Method

In This Article

Applies all pending changes to the breadcrumb editor, sends all notifications, and resumes worksheet redraw operations after a BeginUpdate call.

#Declaration

Delphi
procedure EndUpdate;

#Remarks

A breadcrumb editor redraws its content every time a property value changes. Enclose multiple setting changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations.

Important

Ensure that an EndUpdate call follows every BeginUpdate procedure call, even if an exception occurs.

See Also