Skip to main content

TcxPivotGridOptionsLockedStateImage.Mode Property

Enables the display of a “Locked View“ image.

Declaration

property Mode: TcxLockedStateImageShowingMode read; write; default lsimNever;

Property Value

Type Default
TcxLockedStateImageShowingMode lsimNever

Remarks

Set this property to lsimPending or lsimImmediate to enable display of a “Locked View” image whenever the pivot grid is locked for updates by the BeginUpdate method call. Otherwise, the image is not shown.

Refer to the TcxLockedStateImageShowingMode type description to learn about available Mode property values. Use other TcxPivotGridOptionsLockedStateImage properties and the pivot grid’s OnPrepareLockedStateImage event to customize the image appearance or custom paint the image.

The default value of the Mode property is lsimNever.

See Also