TcxCustomGridTableView.BeginFilteringUpdate Method
Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.
Declaration
procedure BeginFilteringUpdate;
Remarks
The BeginFilteringUpdate method takes into account settings for a “Locked View” image, specified by the View’s OptionsBehavior.ShowLockedStateImageOptions.Filtering property.
To unlock the View, use the EndFilteringUpdate method.
See Also