Back to Devexpress

TcxCustomGrid.LockedStateImageOptions Property

vcl-cxgrid-dot-tcxcustomgrid-464edf5c.md

latest1.2 KB
Original Source

TcxCustomGrid.LockedStateImageOptions Property

Specifies appearance settings for a “Locked View” image.

Declaration

delphi
property LockedStateImageOptions: TcxGridLockedStateImageOptions read; write;

Property Value

Type
TcxGridLockedStateImageOptions

Remarks

Enclose the code that performs time-consuming operations between BeginUpdate and EndUpdate procedure calls. Pass lsimPending or lsimImmediate as the BeginUpdate procedure parameter to enable the “Locked View” image while the time-consuming operation takes place. Refer to the TcxGridLockedStateImageOptions class description for detailed information on available “Locked View” settings.

See Also

TcxCustomGrid.OnPrepareLockedStateImage

TcxCustomGrid Class

TcxCustomGrid Members

cxGrid Unit