TcxCustomGridTableView.BeginBestFitUpdate Method
In This Article
Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.
#Declaration
Delphi
procedure BeginBestFitUpdate;
#Remarks
The BeginBestFitUpdate method takes into account settings for a “Locked View” image, specified by the View’s OptionsBehavior.ShowLockedStateImageOptions.BestFit property.
To unlock the View, use the EndBestFitUpdate method.
See Also