Skip to main content

TcxCustomGridTableView.BeginSortingUpdate Method

Disables updates to the View, and displays a “Locked View” image with the hourglass cursor.

Declaration

procedure BeginSortingUpdate;

Remarks

The BeginSortingUpdate method takes into account settings for a “Locked View” image, specified by the View’s OptionsBehavior.ShowLockedStateImageOptions.Sorting property.

To unlock the View, use the EndSortingUpdate method.

See Also