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

TcxCustomGridOptionsBehavior.PostponedSynchronization Property

Specifies if synchronization of the “clone” Views should be postponed and executed on demand.

#Declaration

Delphi
property PostponedSynchronization: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the PostponedSynchronization property to specify whether the synchronization of the “clone” Views with the “pattern” View should be done immediately or postponed and executed only when required at a later point. “On demand” means that whenever the ViewInfo information for a particular “clone” View is calculated, i.e. the “clone” View is about to be displayed; its settings (properties and events) are synchronized with (obtained from) the immediate “pattern” View. Set the PostponedSynchronization property to True to improve the performance of the synchronization process if already you have a lot of “clone” Views.

#Default Value

The PostponedSynchronization property’s default value is True.

See Also