TcxCustomGrid.LockedStateImageOptions Property
In This Article
Specifies appearance settings for a “Locked View” image.
#Declaration
Delphi
property LockedStateImageOptions: TcxGridLockedStateImageOptions read; write;
#Property Value
Type |
---|
Tcx |
#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