Back to Devexpress

TcxPivotGridOptionsLockedStateImage.Mode Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionslockedstateimage.md

latest1.5 KB
Original Source

TcxPivotGridOptionsLockedStateImage.Mode Property

Enables the display of a “Locked View“ image.

Declaration

delphi
property Mode: TcxLockedStateImageShowingMode read; write; default lsimNever;

Property Value

TypeDefault
TcxLockedStateImageShowingModelsimNever

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

TcxPivotGridOptionsLockedStateImage Class

TcxPivotGridOptionsLockedStateImage Members

cxCustomPivotGrid Unit