Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridOptionsLockedStateImage.Mode Property

Enables the display of a “Locked View“ image.

#Declaration

Delphi
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