TcxCustomGridOptionsBehavior.PostponedSynchronization Property
Specifies if synchronization of the “clone” Views should be postponed and executed on demand.
Declaration
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
.