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.BeginUpdate Method

In This Article

Postpones all breadcrumb redraw operations, notifications, and state updates until an EndUpdate procedure call.

#Declaration

Delphi
procedure BeginUpdate;

#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