TcxGridViewHandler.BeginUpdate(TcxGridShowLockedStateImageMode) Method
Prevents a grid View from updating until the EndUpdate method is called.
Declaration
procedure BeginUpdate(AShowLockedStateImage: TcxGridShowLockedStateImageMode = lsimNever);
Parameters
Name | Type |
---|---|
AShowLockedStateImage | TcxGridShowLockedStateImageMode |
Remarks
BeginUpdate calls the View’s BeginUpdate method. The BeginUpdate and EndUpdate methods can be used to prevent updates until all changes to a View object have been completed.
AShowLockedStateImage specifies the “Locked View” image display mode.
See Also