Skip to main content

TcxCustomGrid.LockedStateImageOptions Property

Specifies appearance settings for a “Locked View” image.

Declaration

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